Table of Contents

Class StringTextSource

Namespace
Terminal.Gui.Editor.Document
Assembly
Terminal.Gui.Editor.dll
public class StringTextSource : ITextSource
Inheritance
StringTextSource
Implements
Inherited Members

Constructors

StringTextSource(string)
StringTextSource(string, ITextSourceVersion)

Fields

Empty

Properties

Text
TextLength
Version

Methods

CreateReader()
CreateReader(int, int)
CreateSnapshot()
CreateSnapshot(int, int)
GetCharAt(int)
GetText(int, int)
GetText(ISegment)
GetTextAsMemory(int, int)
IndexOf(char, int, int)
IndexOf(string, int, int, StringComparison)
IndexOfAny(char[], int, int)
LastIndexOf(char, int, int)
LastIndexOf(string, int, int, StringComparison)
WriteTextTo(TextWriter)
WriteTextTo(TextWriter, int, int)