BinaryTokenStreamReader.ReadBlockInto(Array, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將資料區塊讀取到指定的輸出 Array
中。
public void ReadBlockInto (Array array, int n);
member this.ReadBlockInto : Array * int -> unit
abstract member ReadBlockInto : Array * int -> unit
override this.ReadBlockInto : Array * int -> unit
Public Sub ReadBlockInto (array As Array, n As Integer)
參數
- array
- Array
要輸出資料的陣列。
- n
- Int32
要讀取的位元組數目。