PegCharParserOneOfLiterals Method |
Matches one of the specified optimized literal alternatives.
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool OneOfLiterals(
PegCharParserOptimizedLiterals litAlt
)
Parameters
- litAlt PegCharParserOptimizedLiterals
- The optimized literal alternatives to match.
Return Value
Booleantrue if any literal matches; otherwise,
false.
See Also