Property BeginColumn
BeginColumn
For EndOfLine and EndOfFile ("<EOF>") parsing problems the last char in the string is returned. For the case where the parser is not able to figure out the line and column number -1 will be returned. Returns column of the first char where the problem was found.
Declaration
public virtual int BeginColumn { get; protected set; }
Property Value
Type | Description |
---|---|
System.Int32 |