UniqueIntegerCollection Constructor

There are five overloads for the constructor

Overload List

UniqueIntegerCollection() Default constructor
UniqueIntegerCollection(IEnumerable<Int32>) Construct a collection from an enumerable list of unique integers without range checking and with zero allowed.
UniqueIntegerCollection(UniqueIntegerCollection) Copy constructor
UniqueIntegerCollection(Int32, Int32, Boolean) Construct a collection with a range and zero exclusion option
UniqueIntegerCollection(IEnumerable<Int32>, Int32, Int32, Boolean) Construct a collection from an enumerable list of unique integers with a range and zeros exclusion setting.

See Also