Wraps a text position and length around a parsed value.
public sealed class Positioned<T>
name | description |
---|---|
Positioned(…) | Creates an instance. |
Length { get; } | The text length of the parsed value. |
Position { get; } | The text position of the parsed value. |
Value { get; } | The parsed value. |