NewtonsoftJsonCodecOptions.IsCopyableType 属性

定义

获取或设置一个委托,该委托用于确定用于复制的 JSON 序列化程序是否支持某个类型。

public Func<Type,bool?> IsCopyableType { get; set; }
member this.IsCopyableType : Func<Type, Nullable<bool>> with get, set
Public Property IsCopyableType As Func(Of Type, Nullable(Of Boolean))

属性值

适用于