Micro Focus Content Manager SDK 9.3
HP.HPTRIM.SDK.PropertyOrFieldValueList.PropertyOrFieldValueListEnumerator Class Reference
Inheritance diagram for HP.HPTRIM.SDK.PropertyOrFieldValueList.PropertyOrFieldValueListEnumerator:

Public Member Functions

 PropertyOrFieldValueListEnumerator (PropertyOrFieldValueList collection)
 
bool MoveNext ()
 
void Reset ()
 
void Dispose ()
 

Properties

PropertyOrFieldValue Current [get]
 

Detailed Description

Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet.

Constructor & Destructor Documentation

HP.HPTRIM.SDK.PropertyOrFieldValueList.PropertyOrFieldValueListEnumerator.PropertyOrFieldValueListEnumerator ( PropertyOrFieldValueList  collection)

Member Function Documentation

void HP.HPTRIM.SDK.PropertyOrFieldValueList.PropertyOrFieldValueListEnumerator.Dispose ( )
bool HP.HPTRIM.SDK.PropertyOrFieldValueList.PropertyOrFieldValueListEnumerator.MoveNext ( )
void HP.HPTRIM.SDK.PropertyOrFieldValueList.PropertyOrFieldValueListEnumerator.Reset ( )

Property Documentation

PropertyOrFieldValue HP.HPTRIM.SDK.PropertyOrFieldValueList.PropertyOrFieldValueListEnumerator.Current
get