TActionProc<T> Delegate

Represents a procedure that has a single parameter and does not return a value.

Namespace: Spring
type
 TActionProc<T> = procedure(const arg: T);

Type Parameters

T