-
Home
-
API
-
XenoAtom.Terminal
-
TerminalReadLineController
-
Methods
-
Replace(Int32, Int32, ReadOnlySpan)
Replace(Int32, Int32, ReadOnlySpan) Method
Definition
Replaces a range of characters with the specified text.
public void Replace(int index, int length, ReadOnlySpan<char> text)
Parameters