Click or drag to resize

RankedDictionaryTKey, TValue Constructor

Overload List
  NameDescription
Public methodCode exampleRankedDictionaryTKey, TValue
Initializes a new dictionary instance using the default key comparer.
Public methodCode exampleRankedDictionaryTKey, TValue(IComparerTKey)
Initializes a new dictionary instance using the supplied key comparer.
Public methodRankedDictionaryTKey, TValue(IDictionaryTKey, TValue)
Initializes a new dictionary instance that contains key/value pairs copied from the supplied dictionary and sorted by the default comparer.
Public methodRankedDictionaryTKey, 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.
Protected methodRankedDictionaryTKey, TValue(SerializationInfo, StreamingContext)
Initializes a new dictionary instance that contains serialized data.
Top
See Also