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