Buffer(UInt32) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
Buffer(unsigned int capacity);
Buffer(uint32_t const& capacity);
public Buffer(uint capacity);
function Buffer(capacity)
Public Sub New (capacity As UInteger)
參數
-
capacity
-
UInt32
unsigned int
uint32_t
緩衝區可以保存的最大位元組數目。
適用於