RankedSetT Constructor |
| Name | Description | |
|---|---|---|
| RankedSetT | Initializes a new set instance that uses the default item comparer. | |
| RankedSetT(IComparerT) | Initializes a new set instance that uses the supplied comparer. | |
| RankedSetT(IEnumerableT) | Initializes a new set instance that contains items copied from the supplied collection. | |
| RankedSetT(IEnumerableT, IComparerT) | Initializes a new set instance that contains items copied from the supplied collection. | |
| RankedSetT(SerializationInfo, StreamingContext) | Initializes a new set instance that contains serialized data. |