-
Home
-
API
-
XenoAtom.Terminal
-
TerminalReadLineController
-
Methods
-
InsertAt(Int32, ReadOnlySpan)
InsertAt(Int32, ReadOnlySpan) Method
Definition
Inserts text at the specified index and sets the cursor after the inserted text.
public void InsertAt(int index, ReadOnlySpan<char> text)
Parameters