Delegate LemonFunc<T1, T2, RT>
Assembly: RedLoader.dll
Syntax
public delegate RT LemonFunc<in T1, in T2, RT>(T1 arg1, T2 arg2)
Parameters
Type |
Name |
Description |
T1 |
arg1 |
|
T2 |
arg2 |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
RT |
|
Constructors
LemonFunc(object, IntPtr)
Declaration
public LemonFunc(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(T1, T2, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(T1 arg1, T2 arg2, AsyncCallback callback, object @object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual RT EndInvoke(IAsyncResult result)
Parameters
Returns
Invoke(T1, T2)
Declaration
public virtual RT Invoke(T1 arg1, T2 arg2)
Parameters
Type |
Name |
Description |
T1 |
arg1 |
|
T2 |
arg2 |
|
Returns
Extension Methods