GuidConverterCanRead - свойство |
Gets a value indicating whether this JsonConverter can read JSON.
Пространство имён:
Tessa.Platform.Json
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис 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.
См. также