Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
System
Runtime
Remoting
Channels
AggregateEnumerator
C# Class System.Runtime.Remoting.Channels.AggregateEnumerator
Inheritance:
IDictionaryEnumerator
Mostrar archivo
Open project: runefs/Marvin
Public Methods
Method
Description
AggregateEnumerator
(
IDictionary
dics
) :
System.Collections
MoveNext
( ) :
bool
Reset
( ) :
void
Method Details
AggregateEnumerator()
public
method
public
AggregateEnumerator
(
IDictionary
dics
) :
System.Collections
dics
IDictionary
return
System.Collections
MoveNext()
public
method
public
MoveNext
( ) :
bool
return
bool
Reset()
public
method
public
Reset
( ) :
void
return
void