KeyValuePairTKey, TValue Structure |
Namespace: System.Collections.Generic
[SerializableAttribute] public struct KeyValuePair<TKey, TValue>
The KeyValuePairTKey, TValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | 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 representation of the KeyValuePairTKey, TValue, using the string representations of the key and value. (Overrides ValueTypeToString.) |