다음을 통해 공유


InterfaceConverter<T>.CanRead 속성

정의

JSON을 읽을 수 있는지 여부를 InterfaceConverter<T> 나타내는 값을 가져옵니다.

public override bool CanRead { get; }
member this.CanRead : bool
Public Overrides ReadOnly Property CanRead As Boolean

속성 값

true JSON을 읽을 수 있으면 이 InterfaceConverter<T> 고, 그렇지 않으면 입니다 false.

적용 대상