C# Class System.Collections.ListDictionaryInternal.NodeKeyValueCollection.NodeKeyValueEnumerator

Inheritance: IEnumerator
Show 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