Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

LiteralEncoder Struct

Definition

Namespace:
System.Reflection.Metadata.Ecma335
Assembly:
System.Reflection.Metadata.dll
Package:
System.Reflection.Metadata v11.0.0-preview.5.26302.115
Source:
BlobEncoders.cs
Source:
BlobEncoders.cs
Source:
BlobEncoders.cs
Source:
BlobEncoders.cs
Source:
BlobEncoders.cs
Source:
BlobEncoders.cs
Source:
BlobEncoders.cs

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.

Provides methods for encoding literals.

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

Constructors

Name Description
LiteralEncoder(BlobBuilder)

Properties

Name Description
Builder

Methods

Name Description
Scalar()

Returns the encoder used to encode the literal value.

TaggedScalar(Action<CustomAttributeElementTypeEncoder>, Action<ScalarEncoder>)

Encodes the type and the value of a literal using the specified delegates.

TaggedScalar(CustomAttributeElementTypeEncoder, ScalarEncoder)

Returns a pair of encoders that must be used to encode the type and value of a literal in the order they appear in the parameter list.

TaggedVector(Action<CustomAttributeArrayTypeEncoder>, Action<VectorEncoder>)

Encodes the type and the items of a vector literal using the specified delegates.

TaggedVector(CustomAttributeArrayTypeEncoder, VectorEncoder)

Returns a pair of encoders that must be used to encode the type and the items of a vector literal in the order they appear in the parameter list.

Vector()

Gets a vector encoder used to encode the items of a vector.

Applies to


Feedback

Was this page helpful?