Method GetNodeType
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.v9.dll
GetNodeType(string, ISyntaxNode, Point)
Obtains information type of the SyntaxNode
public virtual object GetNodeType(string text, ISyntaxNode node, Point position)
Parameters
text
stringSpecifies source text.
node
ISyntaxNodeSpecifies
ISyntaxNode
representing a current language element.position
PointSpecifies starting position to search.
Returns
- object
Object representing type of found member.