BeginInvoke(ReadOnlySpan, Int32, Int32, Int32, AsyncCallback, Object) Method

Definition

Assembly XenoAtom.Terminal.dll
public virtual IAsyncResult BeginInvoke(ReadOnlySpan<char> text, int cursorIndex, int selectionStart, int selectionLength, AsyncCallback callback, object object)

Parameters

cursorIndex
Int32
selectionStart
Int32
selectionLength
Int32
callback
AsyncCallback
object
Object

Returns