DictionaryTKey, TValueKeyCollection Class |
Namespace: System.Collections.Generic
[SerializableAttribute] public sealed class KeyCollection : ICollection<TKey>, IEnumerable<TKey>, ICollection, IEnumerable
The DictionaryTKey, TValueKeyCollection generic type exposes the following members.
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that iterates through the DictionaryTKey, TValueKeyCollection. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the DictionaryTKey, TValueKeyCollection. |