Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
System
Runtime
Remoting
Channels
AggregateEnumerator
C# Class System.Runtime.Remoting.Channels.AggregateEnumerator
Inheritance:
IDictionaryEnumerator
Mostra file
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