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