Name | Description | |
---|---|---|
![]() | Clear | Removes all elements from the BaseKeyCollection. |
![]() | Contains | Determines whether an element is contained in the BaseKeyCollection. |
![]() | ContainsKey | Determines whether the BaseKeyCollection contains a specific key. |
![]() | ContainsValue | Determines whether the BaseKeyCollection contains a specific value. |
![]() | Dispose | Releases the resources used by the BaseKeyCollection. |
![]() | GetKey | Gets the key of the element with the specified index in the collection. |
![]() | IndexOf | Overloaded. Returns the zero-based index of the element with specified key in the BaseKeyCollection. |
![]() | Remove | Removes the element with the specified key from the BaseKeyCollection. |
![]() | RemoveAt | Removes the element at the specified index of the BaseKeyCollection. |