Click or drag to resize

RankedSetT Constructor

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