BinaryTokenStreamWriter.WriteTypeHeader(Type, Type) 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.
Écrivez un en-tête de type pour le type spécifié dans le flux.
public void WriteTypeHeader (Type t, Type expected = default);
member this.WriteTypeHeader : Type * Type -> unit
abstract member WriteTypeHeader : Type * Type -> unit
override this.WriteTypeHeader : Type * Type -> unit
Public Sub WriteTypeHeader (t As Type, Optional expected As Type = Nothing)
Paramètres
- t
- Type
Type pour lequel écrire l’en-tête.
- expected
- Type
Type actuellement attendu pour ce flux.