LiteralEncoder.TaggedVector Metoda

Definicja

Przeciążenia

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

Koduje typ i elementy literału wektora przy użyciu określonych delegatów.

TaggedVector(CustomAttributeArrayTypeEncoder, VectorEncoder)

Zwraca parę koderów, które muszą być używane do kodowania typu i elementów literału wektora w kolejności wyświetlanej na liście parametrów.

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

Koduje typ i elementy literału wektora przy użyciu określonych delegatów.

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))

Parametry

arrayType
Action<CustomAttributeArrayTypeEncoder>

Delegat używany do kodowania typu wektora. Wywołana najpierw przez tę metodę.

vector
Action<VectorEncoder>

Delegat używany do kodowania elementów wektora. Wywołana w sekundzie przez tę metodę.

Wyjątki

arrayType lub vector to null.

Dotyczy

TaggedVector(CustomAttributeArrayTypeEncoder, VectorEncoder)

Zwraca parę koderów, które muszą być używane do kodowania typu i elementów literału wektora w kolejności wyświetlanej na liście parametrów.

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)

Parametry

arrayType
CustomAttributeArrayTypeEncoder

Gdy ta metoda zostanie zwrócona, koder typu tablicy atrybutów niestandardowych używany do kodowania typu wektora.

vector
VectorEncoder

Gdy ta metoda zwróci koder wektora używany do kodowania elementów wektora.

Dotyczy