Table of Contents

Method GetAutoFormatNode

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

GetAutoFormatNode(Point, bool, out Point)

Obtains block node at specified position.

public override ISyntaxNode GetAutoFormatNode(Point position, bool extended, out Point startPt)

Parameters

position Point

Position to check-up.

extended bool

Specifies that search should be extended outside current scope.

startPt Point

Retrieves position of block node.

Returns

ISyntaxNode

ISyntaxNode node representing block statement.