Click or drag to resize

DataBufferResize Method

Overload List
  NameDescription
Public methodResize(Int32)
Resizes this buffer to a new length with new data being inserted at the end.
Public methodResize(Int32, Int32)
Resizes this buffer to a new length with new data being inserted at a given offset.
Public methodResize(Int32, Int32, Boolean)
Resizes this buffer to a new length with new data being inserted at a given offset.
Top
See Also