다음을 통해 공유


JsonCodecOptions.IsCopyableType 속성

정의

복사를 위해 JSON serializer에서 형식을 지원하는지 여부를 확인하는 데 사용되는 대리자를 가져오거나 설정합니다.

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

속성 값

적용 대상