Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Iterator
ConcreteAggregate
C# Class Iterator.ConcreteAggregate
Inheritance:
IAggregate
显示文件
Open project: mravinale/gof-patterns
Class Usage Examples
Public Methods
Method
Description
CreateIterator
( ) :
Iterator
this
(
int
index
) :
object
Method Details
CreateIterator()
public
method
public
CreateIterator
( ) :
Iterator
return
Iterator
this()
public
method
public
this
(
int
index
) :
object
index
int
return
object