TypeCodec.ReadLengthPrefixed<TInput>(Reader<TInput>) 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.
Lit un type avec préfixe de longueur.
public Type ReadLengthPrefixed<TInput> (ref Orleans.Serialization.Buffers.Reader<TInput> reader);
member this.ReadLengthPrefixed : Reader -> Type
Public Function ReadLengthPrefixed(Of TInput) (ByRef reader As Reader(Of TInput)) As Type
Paramètres de type
- TInput
Type d’entrée de lecteur.
Paramètres
- reader
- Reader<TInput>
Lecteur.
Retours
Type.