Action<T> Delegate
Definition
Encapsulates a method that has a single parameter and does not return a value.
Delphi
type Action<T> = reference to procedure(const arg: T)
Type Parameters
- T
Parameters
- arg
- T
- Inheritance
-
IInterfaceAction<T>