TAction<T> Type

Represents an anonymous method that has a single parameter and does not return a value.

Namespace: Spring
type
 TAction<T> = reference to procedure(const arg: T);

Type Parameters

T