Skip to content

JsonStringHashSetConverter.CanRead property

Gets a value indicating whether this JsonConverter can read JSON.

public override bool CanRead { get; }

Property Value

true, as this converter supports reading.

See Also