For a list of all members of this type, see SyntaxNode members.
Name | Description | |
---|---|---|
![]() | Ancestors | Gets the collection of ancestor nodes leading up from the SyntaxNode. |
![]() | AncestorsAndSelf | Gets the collection of the SyntaxNode and its ancestor nodes leading up from the node. |
![]() | Children | Overloaded. Gets the list of direct child nodes of the SyntaxNode. |
![]() | Descendants | Overloaded. Gets the list of descendent nodes of the SyntaxNode. |
![]() | DescendantsAndSelf | Overloaded. Gets the list of the SyntaxNode and its descendent nodes. |
![]() | Equals | Compares the specified object to this object to see if they are equivalent. |
![]() | GetAnnotatedNodes | Overloaded. Returns an enumerator for all nodes within the sub-tree rooted at this node with annotations. |
![]() | GetAnnotations | Overloaded. Returns an enumerator for all annotation values of the node. |
![]() | GetChild | Returns the child node at a specific index. |
![]() | GetDiagnostics | Returns an enumerator for all descendant NodeDiagnostic values of the node. |
![]() | GetFirstTokenNode | Returns the first node in this node's sub-tree which represents a Token. |
![]() | GetHashCode | Returns the hash code of the object. |
![]() | GetLastTokenNode | Returns the last node in this node's sub-tree which represents a Token. |
![]() | GetLeadingIgnoredContent | Returns the list of all leading ignored content before this node. |
![]() | GetText | Gets the text of this node and all of its descendants. |
![]() | GetToken | Gets the Token associated with the SyntaxNode if the node represents a token. |
![]() | ToString | Returns the string representation of this object. |