IEnumerator

Overview

Non generic enumerator.

Location


Properties


Current

Contains the current value.

 

property Current: Object read;

 

Object Current { get; }

 

var Current: Object { get{} }

 

Object Current { __get; }

 

ReadOnly Property Current() As Object

Required Methods


MoveNext

Moves to the next value, returns true if there is one.

 

method MoveNext: Boolean

 

Boolean MoveNext()

 

func MoveNext() -> Boolean

 

Boolean MoveNext()

 

Function MoveNext() As Boolean