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
NSoft
NFramework
Nini
Util
OrderedListEnumerator
C# Class NSoft.NFramework.Nini.Util.OrderedListEnumerator
Inheritance:
IDictionaryEnumerator
Mostra file
Open project: debop/NFramework
Private Properties
Property
Type
Description
OrderedListEnumerator
System
Public Methods
Method
Description
MoveNext
( ) :
bool
Reset
( ) :
void
Private Methods
Method
Description
OrderedListEnumerator
(
ArrayList
arrayList
) :
System
Instantiates an ordered list enumerator with an ArrayList.
Method Details
MoveNext()
public
method
public
MoveNext
( ) :
bool
return
bool
Reset()
public
method
public
Reset
( ) :
void
return
void