Click or drag to resize

PegCharParserOneOfLiterals Method

Matches one of the specified optimized literal alternatives.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool OneOfLiterals(
	PegCharParserOptimizedLiterals litAlt
)

Parameters

litAlt  PegCharParserOptimizedLiterals
The optimized literal alternatives to match.

Return Value

Boolean
true if any literal matches; otherwise, false.
See Also