Edit

Share via


NewtonsoftJsonCodecOptions.IsCopyableType Property

Definition

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

Property Value

Applies to