示例#1
0
 private PooledHashSet(ObjectPool <PooledHashSet <T> > pool)
 {
     _pool = pool;
 }
 private PooledDictionary(ObjectPool <PooledDictionary <K, V> > pool)
 {
     _pool = pool;
 }
示例#3
0
 private PooledArray(ObjectPool <PooledArray <T> > pool) :
     this()
 {
     _pool = pool;
 }