コード例 #1
0
 private ArrayBuilder(ObjectPool <ArrayBuilder <T> > pool)
     : this()
 {
     _pool = pool;
 }