RankedMapTKey, TValue Constructor |
| Name | Description | |
|---|---|---|
| RankedMapTKey, TValue | Initializes a new map instance using the default key comparer. | |
| RankedMapTKey, TValue(ICollectionKeyValuePairTKey, TValue) | Initializes a new map instance that contains key/value pairs copied from the supplied map and sorted by the default comparer. | |
| RankedMapTKey, TValue(IComparerTKey) | Initializes a new map instance using the supplied key comparer. | |
| RankedMapTKey, 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. | |
| RankedMapTKey, TValue(SerializationInfo, StreamingContext) | Initializes a new map instance that contains serialized data. |