Public Member Functions | |
BaseCollection () | |
void | Clear () |
void | Remove (object item) |
void | CopyTo (System.Array array, int index) |
System.Collections.IEnumerator | GetEnumerator () |
void | Reset () |
bool | MoveNext () |
Protected Member Functions | |
void | Add (object item) |
Protected Attributes | |
ArrayList | objectList |
Properties | |
object | this [int index] |
bool | IsSynchronized |
int | Count |
object | SyncRoot |
object | Current |
|
|
|
Adds an item to the collection. |
|
Clears all objects from the collection. |
|
|
|
Moves to the next item in the enumeration if there is one. |
|
Removes the item from the collection. |
|
Resets the in progress enumerator. |
|
|
|
Returns the current object in the enumeration. |
|
|
|
|
|
|