Creates a list nodes.

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

Syntax

C#
public NodeList(
	IEnumerable<Node<T>> nodes
)
Visual C++
public:
NodeList(
	IEnumerable<Node<T>^>^ nodes
)
F#
new : 
        nodes:IEnumerable<Node<'T>> -> NodeList

Parameters

nodes
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'Node<(Of <(<'T>)>)>>)>)>
The collection of nodes to copy.

See Also