C# Class System.Collections.Specialized.OrderedDictionary.OrderedDictionaryEnumerator

Inheritance: IDictionaryEnumerator, IEnumerator
Show file Open project: dotnet/corefx

Public Methods

Method Description
MoveNext ( ) : bool
Reset ( ) : void

Private Methods

Method Description
OrderedDictionaryEnumerator ( ArrayList array, int objectReturnType ) : System.Diagnostics

Method Details

MoveNext() public method

public MoveNext ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void