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