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