Integer
|
| Name | Description | |
|---|---|---|
| IntegerCollection | Default constructor for the IntegerCollection class. Creates an empty interger collection of 10 elements. | |
| IntegerCollection(Int32) | Constructor for the IntegerCollection class. Creates an empty interger collection with the specified capacity. | |
| IntegerCollection(Int32) | Copy constructor for the IntegerCollection class. Creates an interger collection based on the passed array of integers. |