C# Class Z.Expressions.ListDictionary.NodeKeyValueCollection.NodeKeyValueEnumerator

Inheritance: IEnumerator
显示文件 Open project: zzzprojects/Eval-SQL.NET

Public Methods

Method Description
MoveNext ( ) : bool
NodeKeyValueEnumerator ( ListDictionary list, bool isKeys ) : System
Reset ( ) : void

Method Details

MoveNext() public method

public MoveNext ( ) : bool
return bool

NodeKeyValueEnumerator() public method

public NodeKeyValueEnumerator ( ListDictionary list, bool isKeys ) : System
list ListDictionary
isKeys bool
return System

Reset() public method

public Reset ( ) : void
return void