An action with 2 input parameters returning an error.
C# Copy public delegate Error Engine.Action<T>(T a, T b)
public delegate Error Engine.Action<T>(T a, T b)