[This is preliminary documentation and is subject to change.]
The Node type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals |
Returns true if this node and the other node have the same index.
|
![]() | GetHashCode |
GetHashCode override
(Overrides ValueType.GetHashCode().) |
![]() | ToString |
Returns a string representation of this node.
(Overrides ValueType.ToString().) |
![]() | WithValue<TValue> |
Creates a NodeWithValue<TValue> with this node and the given value.
|
See Also