Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
System
Runtime
Remoting
Messaging
MessageDictionaryEnumerator
C# Class System.Runtime.Remoting.Messaging.MessageDictionaryEnumerator
Inheritance:
IDictionaryEnumerator
,
IEnumerator
显示文件
Open project: gbarnett/shared-source-cli-2.0
Public Methods
Method
Description
MessageDictionaryEnumerator
(
MessageDictionary
md
,
IDictionary
hashtable
) :
System
MoveNext
( ) :
bool
Reset
( ) :
void
Method Details
MessageDictionaryEnumerator()
public
method
public
MessageDictionaryEnumerator
(
MessageDictionary
md
,
IDictionary
hashtable
) :
System
md
MessageDictionary
hashtable
IDictionary
return
System
MoveNext()
public
method
public
MoveNext
( ) :
bool
return
bool
Reset()
public
method
public
Reset
( ) :
void
return
void