Summary
Determines whether the given cref points to an
element
.
- Assembly
- NDoc
.Documenter .NAnt .dll - Namespace
- NDoc
.Documenter .NAnt - Containing Type
- NAntXsltUtilities
Syntax
public bool IsElement(string cref)
Remarks
When the cref points to a
NAnt.Core.Task
or NAnt.Core.DataTypeBase
this method returns false
.
Parameters
Name | Type | Description |
---|---|---|
cref | string | The cref to check. |
Return Value
Type | Description |
---|---|
bool |
true if the given cref points to an element ;
otherwise, false .
|