LiteralEncoder 構造体

定義

リテラルをエンコードするためのメソッドを提供します。

public value class LiteralEncoder
public readonly struct LiteralEncoder
public struct LiteralEncoder
type LiteralEncoder = struct
Public Structure LiteralEncoder
継承
LiteralEncoder

コンストラクター

LiteralEncoder(BlobBuilder)

リテラルをエンコードするためのメソッドを提供します。

プロパティ

Builder

リテラルをエンコードするためのメソッドを提供します。

メソッド

Scalar()

リテラル値をエンコードするために使用されるエンコーダーを返します。

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

指定したデリゲートを使用して、リテラルの型と値をエンコードします。

TaggedScalar(CustomAttributeElementTypeEncoder, ScalarEncoder)

パラメーター一覧に出現する順序でリテラルの型と値のエンコードに使用する必要があるエンコーダーのペアを返します。

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

指定したデリゲートを使用して、ベクター リテラルの型と項目をエンコードします。

TaggedVector(CustomAttributeArrayTypeEncoder, VectorEncoder)

パラメーター一覧に出現する順序でベクター リテラルの型と項目のエンコードに使用する必要があるエンコーダーのペアを返します。

Vector()

ベクターの項目のエンコードに使用されるベクター エンコーダーを取得します。

適用対象