C# Class Flood.Serialization.BitField

显示文件 Open project: FloodProject/flood

Public Properties

Property Type Description
Bits long

Public Methods

Method Description
GetBit ( int bitIndex ) : bool
Reset ( ) : void
SetBit ( int bitIndex, bool state = true ) : void

Method Details

GetBit() public method

public GetBit ( int bitIndex ) : bool
bitIndex int
return bool

Reset() public method

public Reset ( ) : void
return void

SetBit() public method

public SetBit ( int bitIndex, bool state = true ) : void
bitIndex int
state bool
return void

Property Details

Bits public_oe property

public long Bits
return long