public static void Release(ref FiltersStorage storage)
 {
     if (storage == null)
     {
         return;
     }
     PoolClass <FiltersStorage> .Recycle(ref storage);
 }
Beispiel #2
0
 public static void Release(ref FiltersStorage storage)
 {
     PoolClass <FiltersStorage> .Recycle(ref storage);
 }