Create an IEnumerator instance.
Source position: classesh.inc line 845
public function TCollection.GetEnumerator: TCollectionEnumerator; |
GetEnumerator is the implementation of the IEnumerable interface for TCollection. It creates a TCollectionEnumerator instance and returns it's IEnumerator interface.
|
Implements IEnumerator for the TCollection class. |
|
|
Enumerator support interface. |
|
|
Interface to retrieve an enumerator from a class. |