Table of Contents

Method GetMultiLineComment

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

GetMultiLineComment(out string, out string)

Gets the start and symbols multi-line comment.

public virtual bool GetMultiLineComment(out string start, out string end)

Parameters

start string

Start symbol of multi-line comment.

end string

End symbol of multi-line comment.

Returns

bool

True if parser supports multi-line comment; otherwise false.

GetMultiLineComment(Point, out string, out string)

Gets the start and symbols multi-line comment.

public virtual bool GetMultiLineComment(Point pos, out string start, out string end)

Parameters

pos Point

Position to check.

start string

Start symbol of multi-line comment.

end string

End symbol of multi-line comment.

Returns

bool

True if parser supports multi-line comment; otherwise false.