SourceText class
SourceText class
Base class implements the SourceText.
The SourceText type exposes the following members:
Properties
Property | Description |
---|---|
encoding | Get encoding. |
length | Get the length. |
span | Get the span. |
lines | Get the Lines collection. |
Gets the value at the given index.
Indexer
Name | Description |
---|---|
[index] | The position. |
Methods
Method | Description |
---|---|
from_address | Define the interface for get SourceText from string. |
from_address | Define the interface for get SourceText from string and encoding. |
from_address | Define the interface for get SourceText from array of the source. |
get_text | Define the interface for get Text. |
get_text | Define the interface for get Text. |
get_text | Define the interface for get Text. |
to_string | Override the ToString() method. |
to_string | Defines the interface ToString() |
to_string | Defines the interface ToString() |
copy_to | Define the interface for get SourceText from array of the source. |