C# 클래스 System.Runtime.Remoting.Channels.AggregateEnumerator

상속: IDictionaryEnumerator
파일 보기 프로젝트 열기: runefs/Marvin

공개 메소드들

메소드 설명
AggregateEnumerator ( IDictionary dics ) : System.Collections
MoveNext ( ) : bool
Reset ( ) : void

메소드 상세

AggregateEnumerator() 공개 메소드

public AggregateEnumerator ( IDictionary dics ) : System.Collections
dics IDictionary
리턴 System.Collections

MoveNext() 공개 메소드

public MoveNext ( ) : bool
리턴 bool

Reset() 공개 메소드

public Reset ( ) : void
리턴 void