CodeFile.CharAt Method
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Lexical
Declaring Type: CodeFile
The character at offset from current
public char CharAt(int offset);
Parameters
int offset | The offset |
Returns
char | The character at that offset |