Buffer(UInt32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
Buffer(unsigned int capacity);
Buffer(uint32_t const& capacity);
public Buffer(uint capacity);
function Buffer(capacity)
Public Sub New (capacity As UInteger)
Parameters
- capacity
-
UInt32
unsigned int
uint32_t
The maximum number of bytes that the buffer can hold.