[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Create an IEnumerator instance
Source position: classesh.inc line 1989
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. |