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