BlobBuilder.ReserveBytes(Int32) 方法

定義

保留連續的位元組區塊。

public:
 System::Reflection::Metadata::Blob ReserveBytes(int byteCount);
public System.Reflection.Metadata.Blob ReserveBytes (int byteCount);
member this.ReserveBytes : int -> System.Reflection.Metadata.Blob
Public Function ReserveBytes (byteCount As Integer) As Blob

參數

byteCount
Int32

傳回

例外狀況

byteCount 為負。

建立器是不可寫入的;它已與另一個連結。

適用於