BlobBuilder.ReserveBytes(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
保留連續的位元組區塊。
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
為負。
建立器是不可寫入的;它已與另一個連結。