C# Class StopCase, BinaryFileSchema

Mostra 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_oe property

public bool isIncluded
return bool

isSkipped public_oe property

public bool isSkipped
return bool

matches public_oe property

public int matches
return int

stopcase public_oe property

public byte[] stopcase
return byte[]