Name | Description | |
---|---|---|
NDomArray<T> Constructor | Overloaded. |
The following tables list the members exposed by NDomArray<T>.
Name | Description | |
---|---|---|
NDomArray<T> Constructor | Overloaded. |
Name | Description | |
---|---|---|
Count | Gets the count of items in the array | |
Item | Gets the item at the specified index |
Name | Description | |
---|---|---|
Add | Adds a new item to the specified array and returns a new array. | |
Contains | Queries whether the specified item is contained in this object. | |
CopyTo | Copies all items of this set to the specified array, starting from the specified array index. | |
DeepClone | Creates a deep clone of this object. | |
DeepEquals | Performs the deep equals beteen this object and the specified object in the specified context. | |
Deserialize | Deserializes data to this DOM array. | |
GetIterator | Gets an iterator that iterates throw the items in forward order. | |
GetReverseIterator | Gets an iterator that iterates throw the items in a reverse order. | |
IndexOf | Overloaded. Gets the index at which an item appears for the first time. Returns -1 if the item does not appear in the set. | |
LastIndexOf | Overloaded. Gets the last index of the specified item | |
RemoveAt | Removes an item from the specified array index and returns a new array. | |
Serialize | Serializes this DOM array. | |
Sort | Overloaded. Sorts the entire array by using a default comparer and the quick sort algorithm. | |
ToArray | Creates a new array that holds the items in this DOM array. | |
ToString | Gets the string representation of this object. |