Json.NET - Quick Starts & API Documentation
CanRead Property
NamespacesNewtonsoft.JsonJsonConverterCanRead
Gets a value indicating whether this JsonConverter can read JSON.
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool CanRead { get; }
Public Overridable ReadOnly Property CanRead As Boolean
	Get
public:
virtual property bool CanRead {
	bool get ();
}
Value
true if this JsonConverter can read JSON; otherwise, false.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.5.14908)