Method in Actions
public void AddCommandHandler<T1, T2, T3>(string commandName, Action<T1, T2, T3> handler);
string commandName
string
Action<T1, T2, T3> handler
Action<T1, T2, T3>
Last updated 2 months ago
Was this helpful?