DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Member Functions | Properties | Private Attributes | List of all members
Deveel.Data.Index.BlockIndex< T >.Block.Enumerator Class Reference
Inheritance diagram for Deveel.Data.Index.BlockIndex< T >.Block.Enumerator:

Public Member Functions

 Enumerator (Block block)
 
void Dispose ()
 
bool MoveNext ()
 
void Reset ()
 

Properties

Current [get]
 
object IEnumerator. Current [get]
 

Private Attributes

readonly Block block
 
int index
 
T[] array
 

Detailed Description

Definition at line 418 of file BlockIndex_T.cs.

Constructor & Destructor Documentation

Deveel.Data.Index.BlockIndex< T >.Block.Enumerator.Enumerator ( Block  block)
inline

Definition at line 423 of file BlockIndex_T.cs.

Member Function Documentation

void Deveel.Data.Index.BlockIndex< T >.Block.Enumerator.Dispose ( )
inline

Definition at line 429 of file BlockIndex_T.cs.

429  {
430  }
bool Deveel.Data.Index.BlockIndex< T >.Block.Enumerator.MoveNext ( )
inline

Definition at line 432 of file BlockIndex_T.cs.

void Deveel.Data.Index.BlockIndex< T >.Block.Enumerator.Reset ( )
inline

Member Data Documentation

T [] Deveel.Data.Index.BlockIndex< T >.Block.Enumerator.array
private

Definition at line 421 of file BlockIndex_T.cs.

readonly Block Deveel.Data.Index.BlockIndex< T >.Block.Enumerator.block
private

Definition at line 419 of file BlockIndex_T.cs.

int Deveel.Data.Index.BlockIndex< T >.Block.Enumerator.index
private

Definition at line 420 of file BlockIndex_T.cs.

Property Documentation

T Deveel.Data.Index.BlockIndex< T >.Block.Enumerator.Current
get

Definition at line 441 of file BlockIndex_T.cs.

object IEnumerator. Deveel.Data.Index.BlockIndex< T >.Block.Enumerator.Current
getprivate

Definition at line 445 of file BlockIndex_T.cs.


The documentation for this class was generated from the following file: