Exemplo n.º 1
0
 public void Destroy <T>(T reference) where T : class, new ()
 {
     PoolCollections <T> .DestroyPool(reference);
 }
Exemplo n.º 2
0
 public void Destroy <T>() where T : class, new ()
 {
     PoolCollections <T> .DestroyPool();
 }