SourceText.Item

SourceText indexer

Gets the value at the given index.

public abstract char this[int position] { get; }
ParameterDescription
positionThe position.

Return Value

The char.

See Also