Name | Description | |
---|---|---|
![]() | Add | Adds an element to the collection. |
![]() | Clear | (Inherited from System.Collections.CollectionBase) |
![]() | Contains | Determines whether the specified element is in the collection. |
![]() | CopyTo | Provide strongly typed member for ICollection |
![]() | GetEnumerator | Provide strongly typed enumerator |
![]() | IndexOf | Determines whether the specified element is in the collection and returns its index. |
![]() | Insert | Inserts an element into the collection. |
![]() | Remove | Removes an element from the collection. |
![]() | RemoveAt | (Inherited from System.Collections.CollectionBase) |