Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
System
Collections
Specialized
OrderedDictionary.OrderedDictionaryEnumerator
C# Class System.Collections.Specialized.OrderedDictionary.OrderedDictionaryEnumerator
Inheritance:
IDictionaryEnumerator
,
IEnumerator
Afficher le fichier
Open project: dotnet/corefx
Méthodes publiques
Méthode
Description
MoveNext
( ) :
bool
Reset
( ) :
void
Private Methods
Méthode
Description
OrderedDictionaryEnumerator
(
ArrayList
array
,
int
objectReturnType
) :
System.Diagnostics
Method Details
MoveNext()
public
méthode
public
MoveNext
( ) :
bool
Résultat
bool
Reset()
public
méthode
public
Reset
( ) :
void
Résultat
void