Example #1
0
 public T NewCommand <T>() where T : ICommand, new()
 {
     return(CommandPool <T> .Get());
 }