Click or drag to resize

PegCharParserOptimizedCharset(BitArray, Boolean) Constructor

Initializes a new instance of the PegCharParserOptimizedCharset class.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public OptimizedCharset(
	BitArray b,
	bool bNegated
)

Parameters

b  BitArray
The bit set that defines the allowed characters.
bNegated  Boolean
Whether the bit set should be negated.
See Also