C# Class Kaos.Collections.Btree.KeyEnumerator

Inheritance: BaseEnumerator
Show file Open project: kaosborn/KaosCollections

Public Methods

Method Description
Bypass2 ( ) : System
KeyEnumerator ( Btree owner, Func condition ) : System
KeyEnumerator ( Btree owner, bool isReverse = false ) : System
KeyEnumerator ( Btree owner, int count ) : System

Method Details

Bypass2() public method

public Bypass2 ( ) : System
return System

KeyEnumerator() public method

public KeyEnumerator ( Btree owner, Func condition ) : System
owner Btree
condition Func
return System

KeyEnumerator() public method

public KeyEnumerator ( Btree owner, bool isReverse = false ) : System
owner Btree
isReverse bool
return System

KeyEnumerator() public method

public KeyEnumerator ( Btree owner, int count ) : System
owner Btree
count int
return System