Method GetCommentTemplate
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Advanced.v9.dll
GetCommentTemplate(Point, ISyntaxNode, string)
Returns xml comment template for given node in the text.
public virtual string GetCommentTemplate(Point position, ISyntaxNode node, string comment)
Parameters
position
PointSpecifies position within the text.
node
ISyntaxNodeSpecifies node at given position.
comment
stringSpecifies xml comment starting string.
Returns
- string
Xml comment template.