C# 클래스 System.Runtime.Remoting.Messaging.MessageDictionaryEnumerator

상속: IDictionaryEnumerator, IEnumerator
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 메소드들

메소드 설명
MessageDictionaryEnumerator ( MessageDictionary md, IDictionary hashtable ) : System
MoveNext ( ) : bool
Reset ( ) : void

메소드 상세

MessageDictionaryEnumerator() 공개 메소드

public MessageDictionaryEnumerator ( MessageDictionary md, IDictionary hashtable ) : System
md MessageDictionary
hashtable IDictionary
리턴 System

MoveNext() 공개 메소드

public MoveNext ( ) : bool
리턴 bool

Reset() 공개 메소드

public Reset ( ) : void
리턴 void