LiteralEncoder.TaggedVector メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
TaggedVector(Action<CustomAttributeArrayTypeEncoder>, Action<VectorEncoder>) |
指定したデリゲートを使用して、ベクター リテラルの型と項目をエンコードします。 |
TaggedVector(CustomAttributeArrayTypeEncoder, VectorEncoder) |
パラメーター一覧に出現する順序でベクター リテラルの型と項目のエンコードに使用する必要があるエンコーダーのペアを返します。 |
TaggedVector(Action<CustomAttributeArrayTypeEncoder>, Action<VectorEncoder>)
- ソース:
- BlobEncoders.cs
- ソース:
- BlobEncoders.cs
- ソース:
- BlobEncoders.cs
指定したデリゲートを使用して、ベクター リテラルの型と項目をエンコードします。
public:
void TaggedVector(Action<System::Reflection::Metadata::Ecma335::CustomAttributeArrayTypeEncoder> ^ arrayType, Action<System::Reflection::Metadata::Ecma335::VectorEncoder> ^ vector);
public void TaggedVector (Action<System.Reflection.Metadata.Ecma335.CustomAttributeArrayTypeEncoder> arrayType, Action<System.Reflection.Metadata.Ecma335.VectorEncoder> vector);
member this.TaggedVector : Action<System.Reflection.Metadata.Ecma335.CustomAttributeArrayTypeEncoder> * Action<System.Reflection.Metadata.Ecma335.VectorEncoder> -> unit
Public Sub TaggedVector (arrayType As Action(Of CustomAttributeArrayTypeEncoder), vector As Action(Of VectorEncoder))
パラメーター
- arrayType
- Action<CustomAttributeArrayTypeEncoder>
ベクターの型のエンコードに使用されるデリゲート。 このメソッドによって最初に呼び出されます。
- vector
- Action<VectorEncoder>
ベクターの項目のエンコードに使用されるデリゲート。 このメソッドによって 2 番目に呼び出されます。
例外
arrayType
または vector
が null
です。
適用対象
TaggedVector(CustomAttributeArrayTypeEncoder, VectorEncoder)
- ソース:
- BlobEncoders.cs
- ソース:
- BlobEncoders.cs
- ソース:
- BlobEncoders.cs
パラメーター一覧に出現する順序でベクター リテラルの型と項目のエンコードに使用する必要があるエンコーダーのペアを返します。
public:
void TaggedVector([Runtime::InteropServices::Out] System::Reflection::Metadata::Ecma335::CustomAttributeArrayTypeEncoder % arrayType, [Runtime::InteropServices::Out] System::Reflection::Metadata::Ecma335::VectorEncoder % vector);
public void TaggedVector (out System.Reflection.Metadata.Ecma335.CustomAttributeArrayTypeEncoder arrayType, out System.Reflection.Metadata.Ecma335.VectorEncoder vector);
member this.TaggedVector : CustomAttributeArrayTypeEncoder * VectorEncoder -> unit
Public Sub TaggedVector (ByRef arrayType As CustomAttributeArrayTypeEncoder, ByRef vector As VectorEncoder)
パラメーター
- arrayType
- CustomAttributeArrayTypeEncoder
このメソッドから制御が戻るときに、ベクターの型のエンコードに使用されるカスタム属性配列型エンコーダー。
- vector
- VectorEncoder
このメソッドから制御が戻るときに、ベクターの項目のエンコードに使用されるベクター エンコーダー。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET