| LexerCheckMatch Method (Char) |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:Monkeyspeak.Lexer.CheckMatch(System.Char)"]
Namespace:
Monkeyspeak
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax public override void CheckMatch(
char c
)
Public Overrides Sub CheckMatch (
c As Char
)
public:
virtual void CheckMatch(
wchar_t c
) override
abstract CheckMatch :
c : char -> unit
override CheckMatch :
c : char -> unit
Parameters
- c
- Type: SystemChar
[Missing <param name="c"/> documentation for "M:Monkeyspeak.Lexer.CheckMatch(System.Char)"]
See Also