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