For a list of all members of this type, see NodeItemCollection members.
"| Name | Description | |
|---|---|---|
![]() | Add | Overloaded. Adds a new node to the collection |
![]() | AddRange | Adds multiple node items to the list. |
![]() | Clear | This method will remove all the items from the collection. To remove a single item, use Remove Method. |
![]() | CopyTo | Copies the NodeItem elements to a one-dimensional Array instance at the specified index. |
![]() | GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
![]() | IndexOf | Returns the index of a specified item in the collection based on the dbiNodeItem parameter. |
![]() | Insert | Inserts a new dbiNodeItem object into the collection. |
![]() | Remove | Removes an item from the collection. |
![]() | RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase) |
![]() | Sort | Overloaded. Sorts the items within the collection. |
![]() | WriteXMLFile | Writes the data in the collection to an xml file. |
