Click or drag to resize

PegCharParserIn(Char, Char) Method

[Missing <summary> documentation for "M:Altaxo.Main.PegParser.PegCharParser.In(System.Char,System.Char)"]


Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool In(
	char c0,
	char c1
)

Parameters

c0  Char

[Missing <param name="c0"/> documentation for "M:Altaxo.Main.PegParser.PegCharParser.In(System.Char,System.Char)"]

c1  Char

[Missing <param name="c1"/> documentation for "M:Altaxo.Main.PegParser.PegCharParser.In(System.Char,System.Char)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Main.PegParser.PegCharParser.In(System.Char,System.Char)"]

See Also