Insert(ReadOnlySpan) Method

Definition

Assembly XenoAtom.Terminal.dll

Inserts text at the current cursor position (replaces selection if any).

public void Insert(ReadOnlySpan<char> text)

Parameters