Summary
Determines whether the given cref points to a
functionset
.
- Assembly
- NDoc
.Documenter .NAnt .dll - Namespace
- NDoc
.Documenter .NAnt - Containing Type
- NAntXsltUtilities
Syntax
public bool IsFunctionSet(string cref)
Parameters
Name | Type | Description |
---|---|---|
cref | string | The cref to check. |
Return Value
Type | Description |
---|---|
bool |
true if the given cref points to a functionset ;
otherwise, false .
|