NumericsJsonContext.Interval Property

Defines the source generated JSON serialization contract metadata for a given type.

Definition

Namespace: Numerics.NET.Data.Json
Assembly: Numerics.NET.Data.Json (in Numerics.NET.Data.Json.dll) Version: 4.1.0
C#
public JsonTypeInfo<Interval> Interval { get; }

Property Value

JsonTypeInfo<Interval>

See Also