Method NextExpect
NextExpect(Char)
Verifies that the current character is of the expected value. If the character is the expected value, then it is consumed and offset is advanced past whitespace.
Declaration
public virtual void NextExpect(char expected)
Parameters
Type | Name | Description |
---|---|---|
System.Char | expected | The expected char. |