AllowZero | This read-only property is used to get whether or not zero is allowed as a valid value |
Count | Gets the number of elements actually contained in the Collection<T>. (Inherited from Collection<Int32>) |
Item | Gets or sets the element at the specified index. (Inherited from Collection<Int32>) |
Items | Gets 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 |