We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To use the insterfaces is simple as... better read the code.
public class Command<T> : Murk.Command.ICommand<T> { public void Execute(T parameter) { // do your thing... } }