C# Class StopCase, BinaryFileSchema

Show file Open project: Andos/BinaryFileSchema Class Usage Examples

Public Properties

Property Type Description
isIncluded bool
isSkipped bool
matches int
stopcase byte[]

Public Methods

Method Description
StopCase ( byte stopcase, bool included, bool skipped ) : System

Method Details

StopCase() public method

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

Property Details

isIncluded public property

public bool isIncluded
return bool

isSkipped public property

public bool isSkipped
return bool

matches public property

public int matches
return int

stopcase public property

public byte[] stopcase
return byte[]