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