C# Class Flood.Serialization.BitField

Afficher le fichier Open project: FloodProject/flood

Méthodes publiques

Свойство Type Description
Bits long

Méthodes publiques

Méthode Description
GetBit ( int bitIndex ) : bool
Reset ( ) : void
SetBit ( int bitIndex, bool state = true ) : void

Method Details

GetBit() public méthode

public GetBit ( int bitIndex ) : bool
bitIndex int
Résultat bool

Reset() public méthode

public Reset ( ) : void
Résultat void

SetBit() public méthode

public SetBit ( int bitIndex, bool state = true ) : void
bitIndex int
state bool
Résultat void

Property Details

Bits public_oe property

public long Bits
Résultat long