New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Type Parameters:

TArgument

TResult

Syntax:

C#
public delegate TResult Function<TArgument, TResult>(TArgument argument)

Constructors

C#
public Function(object @object, IntPtr method)
Parameters:objectobjectmethodIntPtr

Methods

C#
public virtual IAsyncResult BeginInvoke(TArgument argument, AsyncCallback callback, object @object)
Parameters:argumentTArgumentcallbackAsyncCallbackobjectobjectReturns:

IAsyncResult

C#
public virtual TResult EndInvoke(IAsyncResult result)
Parameters:resultIAsyncResultReturns:

TResult

C#
public virtual TResult Invoke(TArgument argument)
Parameters:argumentTArgumentReturns:

TResult