Node Members
A class to represent a node in state content. It can be value, frame, thread, etc...
The following tables list the members exposed by the Node type.
Public Constructors
Name | Description | |
---|---|---|
Node | Overloaded. |
Top
Public Properties
Name | Description | |
---|---|---|
Kind | Kind of the node. | |
NameIndex | Name index which points to the shared value table. | |
NameIndexSpecified | This property is intended to be used by the XML serialization framework only. | |
SubNodes | Sub nodes of this node. | |
TypeIndex | Type index which points to shared value table. | |
TypeIndexSpecified | This property is intended to be used by the XML serialization framework only. | |
ValueIndex | Value index which points to shared value table. | |
ValueIndexSpecified | This property is intended to be used by the XML serialization framework only. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | Overridden. Value equality for this node. | |
GetHashCode | Overridden. Calculates hash code for this node. | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top