Version

NodeCollection class Members

The following tables list the members exposed by NodeCollection.

Public Constructors
 NameDescription
Public ConstructorNodeCollection Constructor  
Public Properties
 NameDescription
Public PropertylengthThe amount of nodes in the collection.  
Public Methods
 NameDescription
Public MethodaddAdd a the specified node to the collection.  
Public MethodaddRangeAdd an array of nodes to the nodes collection at the specified index.  
Public MethodaddTextAdd a new node with the specifed text and navigate url to the collection.  
Public MethoddisposeDisposes the object and all of its children.  
Public MethodgetNodeReturns the Node at the specified index.  
Public MethodinsertInsert the specified node into the collection.  
Public MethodremoveRemove a node from the nodes collection.  
Public MethodremoveAtRemove the node at the specified index.  
See Also