Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
System
Collections
ListDictionaryInternal.NodeEnumerator
C# Class System.Collections.ListDictionaryInternal.NodeEnumerator
Inheritance:
IDictionaryEnumerator
Exibir arquivo
Open project: gbarnett/shared-source-cli-2.0
Public Methods
Method
Description
MoveNext
( ) :
bool
NodeEnumerator
(
ListDictionaryInternal
list
)
Reset
( ) :
void
Method Details
MoveNext()
public
method
public
MoveNext
( ) :
bool
return
bool
NodeEnumerator()
public
method
public
NodeEnumerator
(
ListDictionaryInternal
list
)
list
ListDictionaryInternal
Reset()
public
method
public
Reset
( ) :
void
return
void