CanRead Property

Glimpse API

JsonNetConverterDictionaryKeysAreNotPropertyNames CanRead Property Glimpse API Documentation
Gets a value indicating whether this JsonConverter can read JSON.

Namespace: Glimpse.Core.Extensibility
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public override bool CanRead { get; }
public override bool CanRead { get; }

Field Value

true if this JsonConverter can read JSON; otherwise, false.
See Also