Click or drag to resize

DisposableSetT Constructor

Overload List
  NameDescription
Public methodDisposableSetT
Creates a new empty instance using the default comparer.
Public methodDisposableSetT(IEnumerableT)
Creates a new instance using the default comparer by copying the sequence items.
Public methodDisposableSetT(IEqualityComparerT)
Creates a new empty instance using the specified comparer.
Public methodDisposableSetT(IEnumerableT, IEqualityComparerT)
Creates a new instance using the specified comparer by copying the sequence items.
Top
See Also