|
The Psyche Project
|
#include <TextSpan.h>
Public Member Functions | |
| TextSpan (unsigned int start, unsigned int end) | |
| unsigned int | start () const |
| unsigned int | end () const |
The TextSpan class.
An abstraction representation of an immutable span of text.
Microsoft.CodeAnalysis.Text.TextSpan from Roslyn, the .NET Compiler Platform.
|
inline |
The end of this span.
|
inline |
The start of this span.
1.8.18