| TokenValueStartPosition Property |
[This is preliminary documentation and is subject to change.]
Gets or sets the value start position within the lexer.
Namespace:
Monkeyspeak
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax public long ValueStartPosition { get; set; }
Public Property ValueStartPosition As Long
Get
Set
public:
property long long ValueStartPosition {
long long get ();
void set (long long value);
}
member ValueStartPosition : int64 with get, set
Property Value
Type:
Int64
The value start position as located in the lexer.
See Also