NewtonsoftJsonCodecOptions.IsCopyableType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a delegate used to determine if a type is supported by the JSON serializer for copying.
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))