The properties of the IntegerList class are listed below. For a complete list of IntegerList class members, see the IntegerList Members topic.
| The number of elements that the list can contain. | |
| The number of elements actually contained in the list. | |
| True if the list has a fixed size; otherwise false. | |
| True if the list is read-only, otherwise false. | |
| True if the list is synchronized, otherwise false. | |
| Gets a value from the list. | |
| An object that can be used to synchronize access to the list. |