DecimalCodec.ReadDecimalRaw<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 une valeur sans cadrage de protocole.
public static decimal ReadDecimalRaw<TInput> (ref Orleans.Serialization.Buffers.Reader<TInput> reader);
static member ReadDecimalRaw : Reader -> decimal
Public Shared Function ReadDecimalRaw(Of TInput) (ByRef reader As Reader(Of TInput)) As Decimal
Paramètres de type
- TInput
Type d’entrée de lecteur.
Paramètres
- reader
- Reader<TInput>
Lecteur.
Retours
La valeur.