CoreJsonContext.NullableDouble Property

Definition

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

public System.Text.Json.Serialization.Metadata.JsonTypeInfo<double?> NullableDouble { get; }
member this.NullableDouble : System.Text.Json.Serialization.Metadata.JsonTypeInfo<Nullable<double>>
Public ReadOnly Property NullableDouble As JsonTypeInfo(Of Nullable(Of Double))

Property Value

Applies to