Table of Contents

Method GetCommentTemplate

Namespace
Alternet.Syntax.CodeCompletion
Assembly
Alternet.Syntax.Parsers.Advanced.v9.dll

GetCommentTemplate(Point, ISyntaxNode, string)

When implemented by a class, returns xml comment template for given node in the text.

string GetCommentTemplate(Point position, ISyntaxNode node, string comment)

Parameters

position Point

Specifies position within the text.

node ISyntaxNode

Specifies node at given position.

comment string

Specifies xml comment starting string.

Returns

string

Xml comment template.