
Public Member Functions | |
| ICSList () | |
| Constructor for the object. | |
| ICSList (ICSEnumerator icsEnumerator) | |
| Constructor for the object. | |
| ICSList (ArrayList list) | |
| Constructor for the object. | |
| IEnumerator | GetEnumerator () |
| Returns an enumerator that can iterate through the ICSList. | |
Properties | |
| int | Count [get] |
| Gets the total number of objects contained in the list. | |
| Simias::Storage::ICSList::ICSList | ( | ) | [inline] |
Constructor for the object.
| Simias::Storage::ICSList::ICSList | ( | ICSEnumerator | icsEnumerator | ) | [inline] |
Constructor for the object.
| icsEnumerator | Enumerator that contains objects. |
| Simias::Storage::ICSList::ICSList | ( | ArrayList | list | ) | [inline] |
Constructor for the object.
| list | ArrayList that contains objects. |
| IEnumerator Simias::Storage::ICSList::GetEnumerator | ( | ) | [inline] |
int Simias::Storage::ICSList::Count [get] |
Gets the total number of objects contained in the list.
1.5.6