An action with 1 out parameter.
C# Copy public delegate void OutAction<T>(out T a);
public delegate void OutAction<T>(out T a);