共用方式為


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

屬性值

適用於