[]
        
(Showing Draft Content)

C1.Util.DX.Action-2

Action<T1, T2> Delegate

Encapsulates a method that has two parameters and does not return a value.

Namespace: C1.Util.DX
Assembly: C1.Win.DX.10.dll
Syntax
public delegate void Action<in T1, in T2>(T1 arg1, T2 arg2)
Public Delegate Sub Action(Of In T1, In T2)(arg1 As T1, arg2 As T2)
Parameters
Type Name Description
T1 arg1 Encapsulates a method that has two parameters and does not return a value.
T2 arg2 Encapsulates a method that has two parameters and does not return a value.
Type Parameters
Name Description
T1
T2

Constructors

Name Description
Action(object, nint)

Methods

Name Description
BeginInvoke(T1, T2, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(T1, T2)