| SourcePositionRawPosition Property |
[This is preliminary documentation and is subject to change.]
Gets the raw character position. Useful for looking up the location from a string.Substring call.
Namespace:
Monkeyspeak.lexical
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax public int RawPosition { get; }
Public ReadOnly Property RawPosition As Integer
Get
public:
property int RawPosition {
int get ();
}
member RawPosition : int with get
Property Value
Type:
Int32
The character position.
See Also