TheObjectList |
Scroll |
A generic list of objects.
Name |
Description |
Gets the number of objects in the list. |
|
Gets or sets the object with the specified index. |
Name |
Description |
Adds the specified object to the list. |
|
Copies all objects from the specified TheObjectList to this one. |
|
Removes all elements from the list. |
|
Returns a copy of the list. |
|
Checks if an object equal to the specified object is in the list. |
|
Returns an enumerator for this list. |
|
Removes the object with the specified index from the list. |
|
Returns a string representation of the object (for debugging). |