RankedDictionaryTKey, TValue Constructor |
Name | Description | |
---|---|---|
RankedDictionaryTKey, TValue | Initializes a new dictionary instance using the default key comparer. | |
RankedDictionaryTKey, TValue(IComparerTKey) | Initializes a new dictionary instance using the supplied key comparer. | |
RankedDictionaryTKey, TValue(IDictionaryTKey, TValue) | Initializes a new dictionary instance that contains key/value pairs copied from the supplied dictionary and sorted by the default comparer. | |
RankedDictionaryTKey, TValue(IDictionaryTKey, TValue, IComparerTKey) | Initializes a new dictionary instance that contains key/value pairs copied from the supplied dictionary and sorted by the supplied comparer. | |
RankedDictionaryTKey, TValue(SerializationInfo, StreamingContext) | Initializes a new dictionary instance that contains serialized data. |