Click or drag to resize

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; }

Property Value

Type: Int32
The character position.
See Also