Click or drag to resize

RankedBagT Constructor

Overload List
  NameDescription
Public methodRankedBagT
Initializes a new bag instance that uses the default comparer.
Public methodCode exampleRankedBagT(IComparerT)
Initializes a new bag instance that uses the supplied comparer.
Public methodCode exampleRankedBagT(IEnumerableT)
Initializes a new bag instance that contains items copied from the supplied collection.
Public methodRankedBagT(IEnumerableT, IComparerT)
Initializes a new bag instance that contains items copied from the supplied collection.
Protected methodRankedBagT(SerializationInfo, StreamingContext)
Initializes a new bag instance that contains serialized data.
Top
See Also