Int32Collection Constructor
.NET Framework 4
Initializes a new instance of the Int32Collection class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Int32Collection() | Initializes a new instance of the Int32Collection class. |
|
Int32Collection(IEnumerable<Int32>) | Initializes a new instance of the Int32Collection class with the specified collection of Int32 values. |
|
Int32Collection(Int32) | Initializes a new instance of the Int32Collection class with the specified capacity, or the number of Int32 values the collection is initially capable of storing. |