In This Topic
The following tables list the members exposed by SyntaxNode.
Public Properties
| Name | Description |
 | Children |
Gets children of a non-terminal node. Elements are not nullable.
|
Top
Public Methods
| Name | Description |
 | Clone |
Clones the syntax node if the node is mutable.
|
 | Equals | Checks whether the SyntaxNode equal to another. |
 | GetHashCode |
This object doesn't support getting hash code, because all fields are mutable.
|
  | Parse | Overloaded. Loads a SyntaxNode from a string that contains formula, optionally specifying context. |
 | ToString | Overloaded.
Returns the formula text for this node, optionally specifying context.
|
Top
See Also