Click or drag to resize

PegCharParserOptimizedCharset(PegCharParserOptimizedCharsetRange, Char, 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(
	PegCharParserOptimizedCharsetRange[] r,
	char[] c,
	bool bNegated
)

Parameters

r  PegCharParserOptimizedCharsetRange
The character ranges to include.
c  Char
The individual characters to include.
bNegated  Boolean
Whether the resulting set should be negated.
See Also