Method GetNodeAt
GetNodeAt(Point)
Gets ISyntaxNode
that corresponds to the specified position.
public virtual ISyntaxNode GetNodeAt(Point position)
Parameters
position
PointPosition to find node.
Returns
- ISyntaxNode
ISyntaxNode
at specified position.