C# 클래스 Railgun.BitArray8

파일 보기 프로젝트 열기: ashoulson/RailgunNet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
EMPTY BitArray8

공개 메소드들

메소드 설명
Contains ( int value ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetValues ( ) : IEnumerable
IsEmpty ( ) : bool
Remove ( int value ) : BitArray8
Store ( int value ) : BitArray8
operator ( ) : BitArray8
operator ( ) : bool

비공개 메소드들

메소드 설명
BitArray8 ( byte bitField ) : System.Collections.Generic
Peek ( RailBitBuffer buffer ) : BitArray8
Read ( RailBitBuffer buffer ) : BitArray8
Write ( RailBitBuffer buffer ) : void

메소드 상세

Contains() 공개 메소드

public Contains ( int value ) : bool
value int
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetValues() 공개 메소드

public GetValues ( ) : IEnumerable
리턴 IEnumerable

IsEmpty() 공개 메소드

public IsEmpty ( ) : bool
리턴 bool

Remove() 공개 메소드

public Remove ( int value ) : BitArray8
value int
리턴 BitArray8

Store() 공개 메소드

public Store ( int value ) : BitArray8
value int
리턴 BitArray8

operator() 공개 정적인 메소드

public static operator ( ) : BitArray8
리턴 BitArray8

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

EMPTY 공개적으로 정적으로 프로퍼티

public static BitArray8,Railgun EMPTY
리턴 BitArray8