C# 클래스 Flood.Serialization.BitField

파일 보기 프로젝트 열기: FloodProject/flood

공개 프로퍼티들

프로퍼티 타입 설명
Bits long

공개 메소드들

메소드 설명
GetBit ( int bitIndex ) : bool
Reset ( ) : void
SetBit ( int bitIndex, bool state = true ) : void

메소드 상세

GetBit() 공개 메소드

public GetBit ( int bitIndex ) : bool
bitIndex int
리턴 bool

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SetBit() 공개 메소드

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

프로퍼티 상세

Bits 공개적으로 프로퍼티

public long Bits
리턴 long