Gets or sets the links of the node.

Namespace: Spherical.Nodes
Assembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)

Syntax

C#
public NodeList<T> Links { get; set; }
Visual C++
public:
property NodeList<T>^ Links {
	NodeList<T>^ get ();
	void set (NodeList<T>^ value);
}
F#
member Links : NodeList<'T> with get, set

See Also