TypeCodec.TryRead<TInput>(Reader<TInput>) Méthode
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
- TInput
Type d’entrée lecteur.
- reader
- Reader<TInput>
Lecteur.
Type s’il a été correctement lu, null
sinon.