8 lines
178 B
ObjectPascal
8 lines
178 B
ObjectPascal
type
|
|
t1 = abstract class(System.Collections.IEnumerator)
|
|
|
|
public property System.Collections.IEnumerator<integer>.Current: object read nil;
|
|
|
|
end;
|
|
|
|
begin end. |