Last updated 1 year ago
Was this helpful?
Method in
public void AddCommandHandler<T1>(string commandName, Func<T1, IEnumerator> handler)
string commandName
string
System.Func<T1, System.Collections.IEnumerator> handler
System.Func<T1, System.Collections.IEnumerator>