type IEnumerator<T> = interface
This item has no description.
| Public | function GetCurrent: T; |
| Public | property Current: T read GetCurrent; |
| Public | function GetCurrent: T; |
|
This item has no description. Attributes
| |
| Public | property Current: T read GetCurrent; |
|
This item has no description. Attributes
| |