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 NamedArgumentsEncoder
	public readonly struct NamedArgumentsEncoder
	public struct NamedArgumentsEncoder
	type NamedArgumentsEncoder = struct
	Public 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.  |