| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Return an enumerator interface for this class
Source position: objpash.inc line 267
| function IEnumerable.GetEnumerator: IEnumerator; | 
GetEnumerator returns a new IEnumerator interface for this class. This is called by the compiler whenever a for in loop is encountered in the source code to retrieve the enumerator instance.
| 
 | Enumerator support interface |