TypeCodec.TryRead<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.
public Type TryRead<TInput> (ref Orleans.Serialization.Buffers.Reader<TInput> reader);
member this.TryRead : Reader -> Type
Public Function TryRead(Of TInput) (ByRef reader As Reader(Of TInput)) As Type
Paramètres de type
- TInput
Type d’entrée lecteur.
Paramètres
- reader
- Reader<TInput>
Lecteur.
Retours
Type s’il a été correctement lu, null
sinon.