Node(T) Constructor
Creates a new instance of the Node<T> class with the specified node value type.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.DataAccess.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | T | The node value type. |
See Also