Summary
Returns the NAnt element name for a given cref.
- Assembly
- NDoc
.Documenter .NAnt .dll - Namespace
- NDoc
.Documenter .NAnt - Containing Type
- NAntXsltUtilities
Syntax
public string GetElementName(string cref)
Parameters
Name | Type | Description |
---|---|---|
cref | string | The cref for the element name will be looked up. |
Return Value
Type | Description |
---|---|
string | The NAnt element name for the specified cref. |