
Public Member Functions | |
| IEnumerator | GetEnumerator () |
| Method used by clients to enumerate the properties in the list. | |
Properties | |
| int | Count [get] |
| Gets the count of values contained in this object. | |
| Property | this [int index] [get] |
| Gets the specified property. | |
| IEnumerator Simias::Storage::MultiValuedList::GetEnumerator | ( | ) | [inline] |
Method used by clients to enumerate the properties in the list.
The client must call Dispose() to free up system resources before releasing the reference to the ICSEnumerator.
int Simias::Storage::MultiValuedList::Count [get] |
Gets the count of values contained in this object.
Property Simias::Storage::MultiValuedList::this[int index] [get] |
Gets the specified property.
1.5.6