Name | Description | |
---|---|---|
![]() | ItemCollection<T> Constructor |
The following tables list the members exposed by ItemCollection<T>.
Name | Description | |
---|---|---|
![]() | ItemCollection<T> Constructor |
Name | Description | |
---|---|---|
![]() | Count | Gets the count of items in collection. |
![]() | IsReadOnly | Indicates if the collection is readonly. |
![]() | Item | Gets the collection item by specified index. |
Name | Description | |
---|---|---|
![]() | Add | Adds new item to the collection. |
![]() | AddRange | Adds range of items to the collection. |
![]() | Clear | Removes all items from the collection. |
![]() | Contains | Checks if the given items exists in collection. |
![]() | CopyTo | Copies the collection to the specified array. |
![]() | IndexOf | Gets the index of the specified item in collection. |
![]() | Insert | Inserts new item to the collection at the specified position. |
![]() | Remove | Removes the item from collection. |
![]() | RemoveAt | Removes the item at the specified position. |
![]() | ToArray | Converts collection to the array. |