C# 클래스 StopCase, BinaryFileSchema

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

공개 프로퍼티들

프로퍼티 타입 설명
isIncluded bool
isSkipped bool
matches int
stopcase byte[]

공개 메소드들

메소드 설명
StopCase ( byte stopcase, bool included, bool skipped ) : System

메소드 상세

StopCase() 공개 메소드

public StopCase ( byte stopcase, bool included, bool skipped ) : System
stopcase byte
included bool
skipped bool
리턴 System

프로퍼티 상세

isIncluded 공개적으로 프로퍼티

public bool isIncluded
리턴 bool

isSkipped 공개적으로 프로퍼티

public bool isSkipped
리턴 bool

matches 공개적으로 프로퍼티

public int matches
리턴 int

stopcase 공개적으로 프로퍼티

public byte[] stopcase
리턴 byte[]