Overload | Description |
---|---|
Int32Collection Constructor() | Initializes an empty collection. |
Int32Collection Constructor(Int32) | Initializes the collection with the specified capacity. |
Int32Collection Constructor(IEnumerable<Int32>) | Initializes the collection from another collection |