TEnumerator<T>
Overview
Location
-
Reference:
- Delphi.dll .NET
- delphi.jar Cooper
- Delphi.fx Island
- libDelphi.fx Toffee
- Namespace: RemObjects.Elements.RTL.Delphi
constructor protected .NET, Cooper, Island
constructor
TEnumerator<T>()
init()
TEnumerator<T>()
Sub New()
Current virtual
property Current: T read;
T Current { get; }
var Current: T { get{} }
T Current { __get; }
ReadOnly Property Current() As T
Dispose protected virtual .NET, Cooper, Island
method Dispose
void Dispose()
func Dispose()
void Dispose()
Sub Dispose()
Dispose Dispose() protected virtual Toffee
func Dispose(Dispose )
Parameters:
- :
DoGetCurrent protected virtual abstract .NET, Cooper, Island
method DoGetCurrent: T
T DoGetCurrent()
func DoGetCurrent() -> T
T DoGetCurrent()
Function DoGetCurrent() As T
DoGetCurrent DoGetCurrent(): T protected virtual abstract Toffee
func DoGetCurrent(DoGetCurrent ) -> T
Parameters:
- :
DoMoveNext protected virtual abstract .NET, Cooper, Island
method DoMoveNext: Boolean
Boolean DoMoveNext()
func DoMoveNext() -> Boolean
Boolean DoMoveNext()
Function DoMoveNext() As Boolean
DoMoveNext DoMoveNext(): Boolean protected virtual abstract Toffee
func DoMoveNext(DoMoveNext ) -> Boolean
Parameters:
- :
GetNonGenericCurrent protected .NET
method GetNonGenericCurrent: Object
Object GetNonGenericCurrent()
func GetNonGenericCurrent() -> Object
Object GetNonGenericCurrent()
Function GetNonGenericCurrent() As Object
MoveNext .NET, Cooper, Island
method MoveNext: Boolean
Boolean MoveNext()
func MoveNext() -> Boolean
Boolean MoveNext()
Function MoveNext() As Boolean
MoveNext MoveNext(): Boolean virtual Toffee
func MoveNext(MoveNext ) -> Boolean
Parameters:
- :
NonGenericCurrent .NET
property NonGenericCurrent: Object read;
Object NonGenericCurrent { get; }
var NonGenericCurrent: Object { get{} }
Object NonGenericCurrent { __get; }
ReadOnly Property NonGenericCurrent() As Object
Reset protected virtual .NET, Cooper, Island
method Reset
void Reset()
func Reset()
void Reset()
Sub Reset()
Reset Reset() protected virtual Toffee
func Reset(Reset )
Parameters:
- :
Current virtual
property Current: T read;
T Current { get; }
var Current: T { get{} }
T Current { __get; }
ReadOnly Property Current() As T
NonGenericCurrent .NET
constructor protected .NET, Cooper, Island
constructor
TEnumerator<T>()
init()
TEnumerator<T>()
Sub New()
Dispose protected virtual .NET, Cooper, Island
method Dispose
void Dispose()
func Dispose()
void Dispose()
Sub Dispose()
Dispose Dispose() protected virtual Toffee
func Dispose(Dispose )
Parameters:
- :
DoGetCurrent protected virtual abstract .NET, Cooper, Island
method DoGetCurrent: T
T DoGetCurrent()
func DoGetCurrent() -> T
T DoGetCurrent()
Function DoGetCurrent() As T
DoGetCurrent DoGetCurrent(): T protected virtual abstract Toffee
func DoGetCurrent(DoGetCurrent ) -> T
Parameters:
- :
DoMoveNext protected virtual abstract .NET, Cooper, Island
method DoMoveNext: Boolean
Boolean DoMoveNext()
func DoMoveNext() -> Boolean
Boolean DoMoveNext()
Function DoMoveNext() As Boolean
DoMoveNext DoMoveNext(): Boolean protected virtual abstract Toffee
func DoMoveNext(DoMoveNext ) -> Boolean
Parameters:
- :
GetNonGenericCurrent protected .NET
method GetNonGenericCurrent: Object
Object GetNonGenericCurrent()
func GetNonGenericCurrent() -> Object
Object GetNonGenericCurrent()
Function GetNonGenericCurrent() As Object
MoveNext .NET, Cooper, Island
method MoveNext: Boolean
Boolean MoveNext()
func MoveNext() -> Boolean
Boolean MoveNext()
Function MoveNext() As Boolean
MoveNext MoveNext(): Boolean virtual Toffee
func MoveNext(MoveNext ) -> Boolean
Parameters:
- :
Reset protected virtual .NET, Cooper, Island
method Reset
void Reset()
func Reset()
void Reset()
Sub Reset()
Reset Reset() protected virtual Toffee
func Reset(Reset )
Parameters:
- :