NamedArgumentsEncoder Struct

Definition

C#
public readonly struct NamedArgumentsEncoder
C#
public struct NamedArgumentsEncoder
Inheritance
NamedArgumentsEncoder

Constructors

NamedArgumentsEncoder(BlobBuilder)

Initializes a new instance of the NamedArgumentsEncoder structure.

Properties

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

Product Versions
.NET Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10
.NET Standard 2.0 (package-provided)