CodeFile.Extract Method
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Lexical
Declaring Type: CodeFile
Extract text from the specified position to the current position
public string Extract(int fromPosition);
Parameters
| int fromPosition | The start position of the string to extract |
Returns
| string | The extracted string |
