Click or drag to resize

RankedMapTKey, TValue Constructor

Overload List
  NameDescription
Public methodRankedMapTKey, TValue
Initializes a new map instance using the default key comparer.
Public methodRankedMapTKey, TValue(ICollectionKeyValuePairTKey, TValue)
Initializes a new map instance that contains key/value pairs copied from the supplied map and sorted by the default comparer.
Public methodCode exampleRankedMapTKey, TValue(IComparerTKey)
Initializes a new map instance using the supplied key comparer.
Public methodRankedMapTKey, TValue(ICollectionKeyValuePairTKey, TValue, IComparerTKey)
Initializes a new map instance that contains key/value pairs copied from the supplied map and sorted by the supplied comparer.
Protected methodRankedMapTKey, TValue(SerializationInfo, StreamingContext)
Initializes a new map instance that contains serialized data.
Top
See Also