C# Class Library.Collections.BinaryArray

Inheritance: ManagerBase
Mostra file Open project: Alliance-Network/Library Class Usage Examples

Public Methods

Method Description
BinaryArray ( int length, BufferManager bufferManager ) : System
Clear ( ) : void
Get ( int index ) : bool
Set ( int index, bool value ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Roundup ( long value, long unit ) : long

Method Details

BinaryArray() public method

public BinaryArray ( int length, BufferManager bufferManager ) : System
length int
bufferManager BufferManager
return System

Clear() public method

public Clear ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Get() public method

public Get ( int index ) : bool
index int
return bool

Set() public method

public Set ( int index, bool value ) : void
index int
value bool
return void