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