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
ListDictionaryInternal.NodeKeyValueCollection.NodeKeyValueEnumerator
C# Class System.Collections.ListDictionaryInternal.NodeKeyValueCollection.NodeKeyValueEnumerator
Inheritance:
IEnumerator
Mostra file
Open project: gbarnett/shared-source-cli-2.0
Public Methods
Method
Description
MoveNext
( ) :
bool
NodeKeyValueEnumerator
(
ListDictionaryInternal
list
,
bool
isKeys
)
Reset
( ) :
void
Method Details
MoveNext()
public
method
public
MoveNext
( ) :
bool
return
bool
NodeKeyValueEnumerator()
public
method
public
NodeKeyValueEnumerator
(
ListDictionaryInternal
list
,
bool
isKeys
)
list
ListDictionaryInternal
isKeys
bool
Reset()
public
method
public
Reset
( ) :
void
return
void