CodeReference.IsNamespace Method

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

Definition

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

Parameters

cref string
The code reference string to check.

Returns

bool
true if the code reference string refers to a namespace; otherwise, false.