Function<TArgument, TResult>
Delegate
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Type Parameters:
TArgument
TResult
Syntax:
C#
public delegate TResult Function<TArgument, TResult>(TArgument argument)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(TArgument argument, AsyncCallback callback, object @object)
C#
public virtual TResult EndInvoke(IAsyncResult result)
TResult
C#
public virtual TResult Invoke(TArgument argument)
TResult