NumericsJsonContext.Double 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<double> Double { get; }

Property Value

JsonTypeInfo<Double>

See Also