LiteralEncoder.TaggedScalar メソッド

定義

オーバーロード

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

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

TaggedScalar(CustomAttributeElementTypeEncoder, ScalarEncoder)

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

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

ソース:
BlobEncoders.cs
ソース:
BlobEncoders.cs
ソース:
BlobEncoders.cs

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

public:
 void TaggedScalar(Action<System::Reflection::Metadata::Ecma335::CustomAttributeElementTypeEncoder> ^ type, Action<System::Reflection::Metadata::Ecma335::ScalarEncoder> ^ scalar);
public void TaggedScalar (Action<System.Reflection.Metadata.Ecma335.CustomAttributeElementTypeEncoder> type, Action<System.Reflection.Metadata.Ecma335.ScalarEncoder> scalar);
member this.TaggedScalar : Action<System.Reflection.Metadata.Ecma335.CustomAttributeElementTypeEncoder> * Action<System.Reflection.Metadata.Ecma335.ScalarEncoder> -> unit
Public Sub TaggedScalar (type As Action(Of CustomAttributeElementTypeEncoder), scalar As Action(Of ScalarEncoder))

パラメーター

type
Action<CustomAttributeElementTypeEncoder>

リテラルの型のエンコードに使用されるデリゲート。 このメソッドによって最初に呼び出されます。

scalar
Action<ScalarEncoder>

リテラルの値のエンコードに使用されるデリゲート。 このメソッドによって 2 番目に呼び出されます。

例外

type または scalarnull です。

適用対象

TaggedScalar(CustomAttributeElementTypeEncoder, ScalarEncoder)

ソース:
BlobEncoders.cs
ソース:
BlobEncoders.cs
ソース:
BlobEncoders.cs

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

public:
 void TaggedScalar([Runtime::InteropServices::Out] System::Reflection::Metadata::Ecma335::CustomAttributeElementTypeEncoder % type, [Runtime::InteropServices::Out] System::Reflection::Metadata::Ecma335::ScalarEncoder % scalar);
public void TaggedScalar (out System.Reflection.Metadata.Ecma335.CustomAttributeElementTypeEncoder type, out System.Reflection.Metadata.Ecma335.ScalarEncoder scalar);
member this.TaggedScalar : CustomAttributeElementTypeEncoder * ScalarEncoder -> unit
Public Sub TaggedScalar (ByRef type As CustomAttributeElementTypeEncoder, ByRef scalar As ScalarEncoder)

パラメーター

type
CustomAttributeElementTypeEncoder

このメソッドから制御が戻るときに、リテラルの型のエンコードに使用されるカスタム属性要素型エンコーダー。

scalar
ScalarEncoder

このメソッドから制御が戻るときに、リテラルの値のエンコードに使用される、エンコードされたスカラー。

適用対象