Name | Description | |
---|---|---|
KCr | ||
lCr | ||
MCr |
The following tables list the members exposed by NDynamicArray<T>.
Name | Description | |
---|---|---|
Capacity | Gets or sets the amount of items that this dynamic can hold, without resizing the Items array. | |
Count | Gets the count of items in this set. | |
Item | Gets or sets the item at the specified index. | |
Items | Gets the internal items backing array. |
Name | Description | |
---|---|---|
Clear | Clears this array, by resetting it's count to zero and settings the Items array values to their defaults (depending on type) | |
Contains | Returns true if this list contains the specified item. | |
CopyTo | Copies all items of this set to the specified array, starting from the specified array index. | |
EnsureCapacity | Ensures that this dynamic array has the capacity to handle the specified amount of items. | |
GetIterator | Gets an iterator that iterates throw the items in forward order. | |
GetReverseIterator | Gets an iterator that iterates throw the items in 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 this list. | |
LastIndexOf | Overloaded. Gets the last index of the specified item | |
ToArray | Creates an array and populates it with the items of this dynamic array. |