UniqueIntegerCollection Properties

Properties

AllowZero This read-only property is used to get whether or not zero is allowed as a valid value
CountGets the number of elements actually contained in the Collection<T>.
(Inherited from Collection<Int32>)
ItemGets or sets the element at the specified index.
(Inherited from Collection<Int32>)
ItemsGets a IList<T> wrapper around the Collection<T>.
(Inherited from Collection<Int32>)
MaximumValue This read-only property is used to get the highest value allowed to be added to the collection
MinimumValue This read-only property is used to get the minimum value allowed to be added to the collection

See Also