Delegate NodeMetadataAttribute.ParseNodeDescriptionHandler
Transforms a node description string before it is shown or exported.
public delegate string NodeMetadataAttribute.ParseNodeDescriptionHandler(string description)
Parameters
descriptionstringOriginal description text from the attribute.
Returns
- string
The transformed description text.