GetEnumerator Method (ReverseRecordOrderCollection)
- Last UpdatedApr 08, 2026
- 1 minute read
Retrieves the enumerator related to this collection.
public override ReverseBaseRecordOrderCollectionEnumerator GetEnumerator()
public:
ReverseBaseRecordOrderCollectionEnumerator^ GetEnumerator(); override
Return Value
The related enumerator.
The returned OASySDNA.RealTime.HighPerformanceSetDB.ReverseBaseRecordOrderCollectionEnumerator object should be downcast to a ReverseRecordOrderCollection.Enumerator to access the correct versions of the methods and properties.