Method ParseString
ParseString(int)
When implemented by a class, perform lexical analysis of the specified string.
void ParseString(int index)
Parameters
indexintIndex of line to parse.
When implemented by a class, perform lexical analysis of the specified string.
void ParseString(int index)
index intIndex of line to parse.