| SourcePositionColumn Property |
[This is preliminary documentation and is subject to change.]
Gets the column.
Namespace:
Monkeyspeak.lexical
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax public int Column { get; }
Public ReadOnly Property Column As Integer
Get
public:
property int Column {
int get ();
}
member Column : int with get
Property Value
Type:
Int32
The column.
See Also