Name | Description | |
---|---|---|
![]() | NNodeList Constructor | Overloaded. |
The following tables list the members exposed by NNodeList.
Name | Description | |
---|---|---|
![]() | NNodeList Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Count | Gets the count of objects in this list (Inherited from Nevron.Collections.NList) |
![]() | Item | Typed indexer |
Name | Description | |
---|---|---|
![]() | Add | Adds the node to the end of the collection |
![]() | AddNoDuplicates | Adds a non duplicate node to the list |
![]() | AddRange | Overloaded. Copies the elements of a node array to the end of the collection. |
![]() | AddRangeNoDuplicates | Copies the elements of the specified collection to the end of this collection and does not add any duplicate entries |
![]() | Clear | Clears the collection (Inherited from Nevron.Collections.NList) |
![]() | Clone | Overridden. Creates an exact replica of this object. |
![]() | Contains | Determines whether the specified node is in the collection |
![]() | CopyTo | Copies the entire collection values to a one-dimensional array of nodes, starting at the specified index of the target array. |
![]() | Filter | Filters the elements of this list and returns a new list in which all elements satisfy the filter criteria |
![]() | FilterCount | Determines the count of elements in this array, which satisfy the specified filter |
![]() | GetEnumerator | Obtains an enumerator for this list (Inherited from Nevron.Collections.NList) |
![]() | IndexOf | Searches for the specified node and returns the zero-based index of the first occurrence within the collection |
![]() | Insert | Inserts the node at the specified index |
![]() | IntersectsWith | Determines whether this and the specified collection have common entries |
![]() | Remove | Removes the first occurrence of a specific node from the collection |
![]() | RemoveAt | Removes the value at the specified index (Inherited from Nevron.Collections.NList) |
![]() | RemoveRange | Removes the specified range of elements from the collection |
![]() | Sort | Sorts the element of this list with the specified comparer |
![]() | ToArray | Copies the elements of this list to a new array of the specified type. |