Buffer(UInt32) Constructor

Definition

Initializes a new instance of the Buffer class with the specified capacity.

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.

Applies to