Class KeywordParser
public static class KeywordParser
- Inheritance
-
KeywordParser
- Inherited Members
Methods
CheckKeyword(ref CharacterReader, string)
public static bool CheckKeyword(this ref CharacterReader r, string keyword)
Parameters
r
CharacterReaderkeyword
string
Returns
TakeIfKeyword(ref CharacterReader, string)
public static bool TakeIfKeyword(this ref CharacterReader r, string keyword)
Parameters
r
CharacterReaderkeyword
string