IMutableProperty.SetJsonValueReaderWriterType(Type) 方法

定義

設定要用於這個屬性的 JsonValueReaderWriter<TValue> 型別。

public void SetJsonValueReaderWriterType (Type? readerWriterType);
abstract member SetJsonValueReaderWriterType : Type -> unit
Public Sub SetJsonValueReaderWriterType (readerWriterType As Type)

參數

readerWriterType
Type

衍生自 JsonValueReaderWriter<TValue> 的型別,或是 null 從型別對應使用讀取器/寫入器。

適用於