Table of Contents

Method GetNodeAt

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

GetNodeAt(Point)

Gets ISyntaxNode that corresponds to the specified position.

public virtual ISyntaxNode GetNodeAt(Point position)

Parameters

position Point

Position to find node.

Returns

ISyntaxNode

ISyntaxNode at specified position.