CodeException.Position Property
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor
Declaring Type: CodeException
The position in the CodeFile where the error occurred (can be null)
public Nullable<Lexical.CodePosition> Position { get; set; }
Property Type
Nullable<Lexical.CodePosition> |