C# Class NSoft.NFramework.Nini.Util.OrderedListEnumerator

Inheritance: IDictionaryEnumerator
显示文件 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