BinaryTokenStreamReader.ReadBlockInto(Array, Int32) Method      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Read a block of data into the specified output 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)
	Parameters
- array
 - Array
 
Array to output the data to.
- n
 - Int32
 
Number of bytes to read.