Overload | Description |
---|---|
Node Constructor() | Initializes a new instance of the class with default values. |
Node Constructor(String) | Initializes a new instance of the class, with given node name. |
Node Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class with serialized data. |
Node Constructor(Node) | Initializes a new instance of the class, copying values from a given object. |