Represents a collection of nodes.

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

Syntax

C#
public class NodeList<T> : List<Node<T>>
Visual C++
generic<typename T>
public ref class NodeList : public List<Node<T>^>
F#
type NodeList<'T> =  
    class
        inherit List<Node<'T>>
    end

Type Parameters

T
The type of node data.

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..List<(Of <(<'Node<(Of <(<'T>)>)>>)>)>
    Spherical.Nodes..::..NodeList<(Of <(<'T>)>)>
      Spherical.Nodes..::..Graph<(Of <(<'T>)>)>
      Spherical.Nodes..::..TreeNodeList<(Of <(<'T>)>)>

See Also