Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Iterator
ConcreteIterator
C# Class Iterator.ConcreteIterator
Inheritance:
Iterator
Exibir arquivo
Open project: mravinale/gof-patterns
Class Usage Examples
Public Methods
Method
Description
ConcreteIterator
(
ConcreteAggregate
aggregate
) :
System
CurrentItem
( ) :
object
First
( ) :
object
IsDone
( ) :
bool
Next
( ) :
object
Method Details
ConcreteIterator()
public
method
public
ConcreteIterator
(
ConcreteAggregate
aggregate
) :
System
aggregate
ConcreteAggregate
return
System
CurrentItem()
public
method
public
CurrentItem
( ) :
object
return
object
First()
public
method
public
First
( ) :
object
return
object
IsDone()
public
method
public
IsDone
( ) :
bool
return
bool
Next()
public
method
public
Next
( ) :
object
return
object