Ejemplo n.º 1
0
 public StringBuffer(IArrayPool <char> bufferPool, int initalSize)
 {
     this = new StringBuffer(BufferUtils.RentBuffer(bufferPool, initalSize));
 }