C# 클래스 Peg.Base.PegByteParser.BytesetData

파일 보기 프로젝트 열기: Andos/BinaryFileSchema

공개 메소드들

메소드 설명
BytesetData ( Range r, byte c ) : System
BytesetData ( Range r, byte c, bool bNegated ) : System
BytesetData ( System b ) : System
BytesetData ( System b, bool bNegated ) : System
Matches ( byte c ) : bool

메소드 상세

BytesetData() 공개 메소드

public BytesetData ( Range r, byte c ) : System
r Range
c byte
리턴 System

BytesetData() 공개 메소드

public BytesetData ( Range r, byte c, bool bNegated ) : System
r Range
c byte
bNegated bool
리턴 System

BytesetData() 공개 메소드

public BytesetData ( System b ) : System
b System
리턴 System

BytesetData() 공개 메소드

public BytesetData ( System b, bool bNegated ) : System
b System
bNegated bool
리턴 System

Matches() 공개 메소드

public Matches ( byte c ) : bool
c byte
리턴 bool