SourceText class

SourceText class

Base class implements the SourceText.

The SourceText type exposes the following members:

Properties

PropertyDescription
encodingGet encoding.
lengthGet the length.
spanGet the span.
linesGet the Lines collection.

Gets the value at the given index.

Indexer

NameDescription
[index]The position.

Methods

MethodDescription
from_addressDefine the interface for get SourceText from string.
from_addressDefine the interface for get SourceText from string and encoding.
from_addressDefine the interface for get SourceText from array of the source.
get_textDefine the interface for get Text.
get_textDefine the interface for get Text.
get_textDefine the interface for get Text.
to_stringOverride the ToString() method.
to_stringDefines the interface ToString()
to_stringDefines the interface ToString()
copy_toDefine the interface for get SourceText from array of the source.

See Also