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
crefstring- The code reference string to check.
