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