Click or drag to resize

PegBaseParserAny Method

Matches any single source element.

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

Return Value

Boolean
true if input was available; otherwise, false.
See Also