Edit

Share via


IBinaryTokenStreamReader.ReadBlockInto(Array, Int32) Method

Definition

Read a block of data into the specified output Array.

public void ReadBlockInto (Array array, int n);
abstract member ReadBlockInto : Array * int -> unit
Public Sub ReadBlockInto (array As Array, n As Integer)

Parameters

array
Array

Array to output the data to.

n
Int32

Number of bytes to read.

Applies to