Class NodeList
Lists of Nodes are represented as NodeList's.
Implements
Inherited Members
Namespace: HAPI
Assembly: hugincs-9.4-netstandard2.0-x64.dll
Syntax
public class NodeList : List<Node>, IList<Node>, ICollection<Node>, IList, ICollection, IReadOnlyList<Node>, IReadOnlyCollection<Node>, IEnumerable<Node>, IEnumerable
Constructors
NodeList()
Constructs a new NodeList.
Declaration
public NodeList()