C# Class Library.Collections.BinaryArray

Inheritance: ManagerBase
Afficher le fichier Open project: Alliance-Network/Library Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Roundup ( long value, long unit ) : long

Method Details

BinaryArray() public méthode

public BinaryArray ( int length, BufferManager bufferManager ) : System
length int
bufferManager BufferManager
Résultat System

Clear() public méthode

public Clear ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Get() public méthode

public Get ( int index ) : bool
index int
Résultat bool

Set() public méthode

public Set ( int index, bool value ) : void
index int
value bool
Résultat void