Click or drag to resize

PegBaseParserAnd Method

[Missing <summary> documentation for "M:Altaxo.Main.PegParser.PegBaseParser.And(Altaxo.Main.PegParser.PegBaseParser.Matcher)"]


Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool And(
	PegBaseParserMatcher pegSequence
)

Parameters

pegSequence  PegBaseParserMatcher

[Missing <param name="pegSequence"/> documentation for "M:Altaxo.Main.PegParser.PegBaseParser.And(Altaxo.Main.PegParser.PegBaseParser.Matcher)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Main.PegParser.PegBaseParser.And(Altaxo.Main.PegParser.PegBaseParser.Matcher)"]

See Also