| Name | Description | |
|---|---|---|
![]()  | Add | Adds an item to the ICollection. (Inherited from System.Collections.Generic.ICollection<TItem>) | 
![]()  | Clear | Removes all items from the ICollection. (Inherited from System.Collections.Generic.ICollection<TItem>) | 
![]()  | Contains | Determines whether the collection contains an element with the specified key. | 
![]()  | CopyTo | Copies the elements of the ICollection to an System.Array, starting at a particular System.Array index. (Inherited from System.Collections.Generic.ICollection<TItem>) | 
![]()  | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from System.Collections.Generic.IEnumerable<TItem>) | 
![]()  | IndexOf | Determines the index of a specific item in the IList. (Inherited from System.Collections.Generic.IList<TItem>) | 
![]()  | Insert | Inserts an item to the IList at the specified index. (Inherited from System.Collections.Generic.IList<TItem>) | 
![]()  | Remove | Removes the element with the specified key from the IKeyedCollection<TKey,TItem>. | 
![]()  | RemoveAt | Removes the IList item at the specified index. (Inherited from System.Collections.Generic.IList<TItem>) | 
![]()  | TryGetValue | Tries to get an item from the collection using the specified key. | 
            