NamedArgumentsEncoder Struct  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public value class NamedArgumentsEncoderpublic readonly struct NamedArgumentsEncoderpublic struct NamedArgumentsEncodertype NamedArgumentsEncoder = structPublic Structure NamedArgumentsEncoder- Inheritance
Constructors
| NamedArgumentsEncoder(BlobBuilder) | Initializes a new instance of the NamedArgumentsEncoder structure. | 
Properties
| Builder | 
Methods
| AddArgument(Boolean, Action<NamedArgumentTypeEncoder>, Action<NameEncoder>, Action<LiteralEncoder>) | Encodes a named argument (a field or property). | 
| AddArgument(Boolean, NamedArgumentTypeEncoder, NameEncoder, LiteralEncoder) | 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. |