NamedArgumentsEncoder Structure
Définition
public value class NamedArgumentsEncoder
public struct NamedArgumentsEncoder
type NamedArgumentsEncoder = struct
Public Structure NamedArgumentsEncoder
- Héritage
Constructeurs
NamedArgumentsEncoder(BlobBuilder) |
Initialise une nouvelle instance de la structure NamedArgumentsEncoder.Initializes a new instance of the NamedArgumentsEncoder structure. |
Propriétés
Builder |
Méthodes
AddArgument(Boolean, Action<NamedArgumentTypeEncoder>, Action<NameEncoder>, Action<LiteralEncoder>) |
Encode un argument nommé (champ ou propriété).Encodes a named argument (a field or property). |
AddArgument(Boolean, NamedArgumentTypeEncoder, NameEncoder, LiteralEncoder) |
Encode un argument nommé (un champ ou une propriété) et retourne trois encodeurs qui doivent être utilisés dans l’ordre dans lequel ils apparaissent dans la liste de paramètres.Encodes a named argument (a field or property) and returns three encoders that must be used in the order they appear in the parameter list. |