Action<T1,T2> Delegate

Definition

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

Delphi
type Action<T1,T2> = reference to procedure(const arg1: T1; const arg2: T2)

Type Parameters

T1
T2

Parameters

arg1
T1
arg2
T2
Inheritance
IInterface
Action<T1,T2>

Methods