DictionaryTKey, TValueValueCollection Class |
Namespace: System.Collections.Generic
[SerializableAttribute] public sealed class ValueCollection : ICollection<TValue>, IEnumerable<TValue>, ICollection, IEnumerable
The DictionaryTKey, TValueValueCollection generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetEnumerator | Returns an enumerator that iterates through the DictionaryTKey, TValueValueCollection. |
![]() | 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, TValueValueCollection. |