Interface IEnumerator
Unit
Declaration
type IEnumerator<T> = interface
Description
This item has no description.
Overview
Methods
| Public | function GetCurrent: T; |
Properties
| Public | property Current: T read GetCurrent; |
Description
Methods
| Public | function GetCurrent: T; |
|
This item has no description. Attributes
| |
Properties
| Public | property Current: T read GetCurrent; |
|
This item has no description. Attributes
| |