Summary
Gets the method node by identifier.
- Assembly
- NDoc
.Documenter .NAnt .dll - Namespace
- NDoc
.Documenter .NAnt - Containing Type
- NAntXsltUtilities
Syntax
public XmlNode GetMethodNodeByID(string cref)
Parameters
| Name | Type | Description |
|---|---|---|
| cref | string | The method identifier. |
Return Value
| Type | Description |
|---|---|
| XmlNode | The method node. |
