LiteralEncoder.TaggedScalar メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
TaggedScalar(Action<CustomAttributeElementTypeEncoder>, Action<ScalarEncoder>) |
指定したデリゲートを使用して、リテラルの型と値をエンコードします。 |
TaggedScalar(CustomAttributeElementTypeEncoder, ScalarEncoder) |
パラメーター一覧に出現する順序でリテラルの型と値のエンコードに使用する必要があるエンコーダーのペアを返します。 |
TaggedScalar(Action<CustomAttributeElementTypeEncoder>, Action<ScalarEncoder>)
- ソース:
- BlobEncoders.cs
- ソース:
- 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))
パラメーター
リテラルの型のエンコードに使用されるデリゲート。 このメソッドによって最初に呼び出されます。
- scalar
- Action<ScalarEncoder>
リテラルの値のエンコードに使用されるデリゲート。 このメソッドによって 2 番目に呼び出されます。
例外
type
または scalar
が null
です。
適用対象
TaggedScalar(CustomAttributeElementTypeEncoder, ScalarEncoder)
- ソース:
- BlobEncoders.cs
- ソース:
- 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)
パラメーター
このメソッドから制御が戻るときに、リテラルの型のエンコードに使用されるカスタム属性要素型エンコーダー。
- scalar
- ScalarEncoder
このメソッドから制御が戻るときに、リテラルの値のエンコードに使用される、エンコードされたスカラー。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET