Click or drag to resize

PegCharParserChar Method

Overload List
 NameDescription
Public methodChar(Char) Matches the specified character literal.
Public methodChar(String) Matches the specified string literal.
Public methodChar(Char, Char) Matches the specified two-character literal.
Public methodChar(Char, Char, Char) Matches the specified three-character literal.
Public methodChar(Char, Char, Char, Char) Matches the specified four-character literal.
Public methodChar(Char, Char, Char, Char, Char) Matches the specified five-character literal.
Public methodChar(Char, Char, Char, Char, Char, Char) Matches the specified six-character literal.
Public methodChar(Char, Char, Char, Char, Char, Char, Char) Matches the specified seven-character literal.
Public methodChar(Char, Char, Char, Char, Char, Char, Char, Char) Matches the specified eight-character literal.
Top
See Also