Enhanced C#
Language of your choice: library documentation
Nested classes | Properties | Public Member Functions | Protected fields | List of all members
Loyc.Collections.Impl.CPEnumerator< T > Class Template Reference

Traverses a CPTrie<T>. Returned by CPTrie<T>.ValueEnumerator(). More...


Source file:
Inheritance diagram for Loyc.Collections.Impl.CPEnumerator< T >:

Remarks

Traverses a CPTrie<T>. Returned by CPTrie<T>.ValueEnumerator().

Properties

Current [get]
 
bool IsValid [get]
 Returns true if this enumerator points to an item and Current is valid. More...
 
InternalList< byte > CurrentKey [get]
 

Public Member Functions

bool MoveNext ()
 
bool MovePrev ()
 
void Reset ()
 
void Dispose ()
 

Protected fields

CurrentValue
 
CPTrie< T > _trie
 

Property Documentation

◆ IsValid

bool Loyc.Collections.Impl.CPEnumerator< T >.IsValid
get

Returns true if this enumerator points to an item and Current is valid.