Click or drag to resize

PegCharParserIChar(Char, Char, Char) Method

[Missing <summary> documentation for "M:Altaxo.Main.PegParser.PegCharParser.IChar(System.Char,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 IChar(
	char c1,
	char c2,
	char c3
)

Parameters

c1  Char

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

c2  Char

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

c3  Char

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

Return Value

Boolean

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

See Also