Method ParseString
ParseString(int)
Perform lexical analysis of the specified string.
public virtual void ParseString(int index)
Parameters
indexintIndex of line to parse.
Perform lexical analysis of the specified string.
public virtual void ParseString(int index)
index intIndex of line to parse.