Table of Contents

Method GetTextAsMemory

Namespace
Terminal.Gui.Editor.Document
Assembly
Terminal.Gui.Editor.dll

GetTextAsMemory(int, int)

public ReadOnlyMemory<char> GetTextAsMemory(int offset, int length)

Parameters

offset int
length int

Returns

ReadOnlyMemory<char>