MessageInfo.Position Field
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor
Declaring Type: MessageInfo
The source code position of the error
public Nullable<Lexical.CodePosition> Position;
Field Type
Nullable<Lexical.CodePosition> |