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