Method GetCommentTemplate
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Advanced.v10.dll
GetCommentTemplate(Point, ISyntaxNode, string)
Returns xml comment template for given node in the text.
public override string GetCommentTemplate(Point position, ISyntaxNode node, string comment)
Parameters
positionPointSpecifies position within the text.
nodeISyntaxNodeSpecifies node at given position.
commentstringSpecifies xml comment starting string.
Returns
- string
Xml comment template.