LiteralEncoder.TaggedScalar 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
TaggedScalar(Action<CustomAttributeElementTypeEncoder>, Action<ScalarEncoder>) |
使用指定的委派來編碼常值的類型和值。 |
TaggedScalar(CustomAttributeElementTypeEncoder, ScalarEncoder) |
傳回一對編碼器,必須使用這對編碼器來依常值類型和其值出現在參數清單中的順序來加以編碼。 |
TaggedScalar(Action<CustomAttributeElementTypeEncoder>, Action<ScalarEncoder>)
使用指定的委派來編碼常值的類型和值。
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>
用來編碼常值的委派。 其為此方法第二個呼叫的委派。
例外狀況
type
或 scalar
為 null
。
適用於
TaggedScalar(CustomAttributeElementTypeEncoder, ScalarEncoder)
傳回一對編碼器,必須使用這對編碼器來依常值類型和其值出現在參數清單中的順序來加以編碼。
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
當此方法傳回時,則為用來編碼常值的編碼純量。