SourceText.GetText

GetText()

Define the interface for get Text.

public SourceText GetText()

Return Value

The SourceText.

See Also


GetText(TextSpan)

Define the interface for get Text.

public virtual SourceText GetText(TextSpan span)
ParameterTypeDescription
spanTextSpanThe TextSpan.

Return Value

The SourceText.

See Also


GetText(int)

Define the interface for get Text.

public SourceText GetText(int start)
ParameterTypeDescription
startInt32The int start.

Return Value

The SourceText.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionThe index is negative -or- larger than the length.

See Also