BinaryTokenStreamReader.ReadBlockInto(Array, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Lisez un bloc de données dans la sortie Array
spécifiée.
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)
Paramètres
- array
- Array
Tableau vers lequel les données sont générées.
- n
- Int32
Nombre d’octets à lire.