Create an IEnumerator instance
Source position: classesh.inc line 2290
public function TInterfaceList.GetEnumerator: TInterfaceListEnumerator; |
GetEnumerator is the implementation of the IEnumerable interface for TInterfaceList. It creates a TInterfaceListEnumerator instance and returns it's IEnumerator interface. The enumerator enumerates all interfaces in the list.
|
Implements IEnumerator for the TInterfaceList class. |
|
|
Enumerator support interface |
|
|
Interface to retrieve an enumerator from a class. |