Table of Contents

Method GetSingleLineComment

Namespace
Alternet.Syntax
Assembly
Alternet.Syntax.v9.dll

GetSingleLineComment()

When implemented by a class, gets the string that represents start symbol of single line comment.

string GetSingleLineComment()

Returns

string

Single line comment string.

GetSingleLineComment(Point)

When implemented by a class, gets the string that represents start symbol of single line comment.

string GetSingleLineComment(Point pos)

Parameters

pos Point

Position to check.

Returns

string

Single line comment string.