예제 #1
0
        public static void Recycle(ref SortedSetCopyable <TValue> dic)
        {
            PoolSortedSetCopyable <TValue> .pool.Recycle(dic);

            dic = null;
        }
예제 #2
0
 public static void Recycle(SortedSetCopyable <TValue> dic)
 {
     PoolSortedSetCopyable <TValue> .pool.Recycle(dic);
 }
예제 #3
0
 public static void Recycle(ref SortedSetCopyable <TValue> dic)
 {
     Pools.current.PoolRecycle(ref dic);
 }