C# Class System.Runtime.Remoting.Channels.AggregateEnumerator

Inheritance: IDictionaryEnumerator
Show 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