| Overloaded. Determines whether the specified Object instances are considered equal. | |
| Returns an IntegerList whose elements are copies of the specified value. | |
| Returns an IntegerList wrapper that is synchronized. |
|
|
Creates a new integer list. |
| 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. |
| Adds an integer to a list. | |
| Removes all elements from the list. | |
| A shallow copy of the list. | |
| Overloaded. Copies the entire list to a compatible one-dimensional array, starting at the beginning of the target array. | |
| Overloaded. Determines whether the specified Object is equal to the current Object. | |
| Overloaded. Returns an enumerator for the entire list. | |
| Serves as a hash function. | |
| Returns an integer list which represents a subset of the elements in the source list. | |
| Gets the Type of the current instance. | |
| Overloaded. Searches for the specified Object and returns the zero-based index of the first occurrence within the entire list. | |
| Inserts an element into the list at the specified index. | |
| Inserts the elements of the other integer list into the list at the specified index. | |
| Overloaded. Searches for the specified value and returns the zero-based index of the last occurrence within the entire list. | |
| Removes the first occurrence of a specific value from the list. | |
| Removes the element at the specified index of the list. | |
| Removes a range of elements from the list. | |
| Overloaded. Reverses the order of the elements in the entire list. | |
| Copies the elements of a collection over a range of elements in the list. | |
| Overloaded. Sorts the elements in the entire list using the IComparable implementation of the Integer. | |
| Returns a String that represents the list. | |
| Sets the capacity to the actual number of elements in the list. |
| Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. | |
| Creates a shallow copy of the current Object. |