Exemplo n.º 1
0
 private static T AcquireCommand <T>() where T : Command, new()
 {
     return(CommandPool <T> .Acquire());
 }