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
Collections
Specialized
OrderedDictionary.OrderedDictionaryEnumerator
C# Class System.Collections.Specialized.OrderedDictionary.OrderedDictionaryEnumerator
Inheritance:
IDictionaryEnumerator
,
IEnumerator
Mostra file
Open project: dotnet/corefx
Public Methods
Method
Description
MoveNext
( ) :
bool
Reset
( ) :
void
Private Methods
Method
Description
OrderedDictionaryEnumerator
(
ArrayList
array
,
int
objectReturnType
) :
System.Diagnostics
Method Details
MoveNext()
public
method
public
MoveNext
( ) :
bool
return
bool
Reset()
public
method
public
Reset
( ) :
void
return
void