PegByteParserBytesetData(PegByteParserBytesetDataRange, Byte, Boolean) Constructor |
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic BytesetData(
PegByteParserBytesetDataRange[] r,
byte[] c,
bool bNegated
)
Parameters
- r PegByteParserBytesetDataRange
- The byte ranges to include.
- c Byte
- The individual bytes to include.
- bNegated Boolean
- Whether the resulting set should be negated.
See Also