Gets or sets the data of the node.
Namespace: Spherical.NodesAssembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)
Syntax
C# |
---|
public T Data { get; set; } |
Visual C++ |
---|
public: property T Data { T get (); void set (T value); } |
F# |
---|
member Data : 'T with get, set |