CodeReference.IsMember Method

Namespace
Kampute.DocToolkit.Support
Assembly
  • Kampute.DocToolkit.dll

Definition

Determines whether the specified code reference string refers to a member.
public static bool IsMember(string cref)

Parameters

cref string
The code reference string to check.

Returns

bool
true if the code reference string refers to a type or type member; otherwise, false.