NamedArgumentsEncoder Struct

Definition

public value class NamedArgumentsEncoder
public readonly struct NamedArgumentsEncoder
public struct NamedArgumentsEncoder
type NamedArgumentsEncoder = struct
Public Structure NamedArgumentsEncoder
Inheritance
NamedArgumentsEncoder

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.

Applies to