Table of Contents

Method BeginInvoke

Namespace
Terminal.Gui.Editor.Highlighting
Assembly
Terminal.Gui.Editor.dll

BeginInvoke(int, int, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(int fromLineNumber, int toLineNumber, AsyncCallback callback, object @object)

Parameters

fromLineNumber int
toLineNumber int
callback AsyncCallback
object object

Returns

IAsyncResult