Table of Contents

Method GetSingleLineComment

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

GetSingleLineComment()

Gets the string that represents start symbol of single line comment.

public virtual string GetSingleLineComment()

Returns

string

Single line comment string.

GetSingleLineComment(Point)

Gets the string that represents start symbol of single line comment.

public virtual string GetSingleLineComment(Point pos)

Parameters

pos Point

Position to check.

Returns

string

Single line comment string.