Click or drag to resize

PegCharParserIChar Method

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