Share via


InterfaceConverter<T>.CanRead Property

Definition

Gets a value indicating whether this InterfaceConverter<T> can read JSON.

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

Property Value

true if this InterfaceConverter<T> can read JSON; otherwise, false.

Applies to