共用方式為


BinaryTokenStreamReader.ReadBlockInto(Array, Int32) 方法

定義

將資料區塊讀取到指定的輸出 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

要讀取的位元組數目。

實作

適用於