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 从类型映射使用读取器/编写器。

适用于