Exemplo n.º 1
0
 public StringBuffer(IJsonBufferPool <char> bufferPool, int initalSize) : this(BufferUtils.RentBuffer(bufferPool, initalSize))
 {
 }