GuidConverterCanRead - свойство
Gets a value indicating whether this JsonConverter can read JSON.
Пространство имён: Tessa.Platform.JsonСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public override bool CanRead { get; }
Public Overrides ReadOnly Property CanRead As Boolean
Get
public:
virtual property bool CanRead {
bool get () override;
}
abstract CanRead : bool with get
override CanRead : bool with get
Значение свойства
Booleantrue if this
JsonConverter can read JSON; otherwise,
false.