CoreJsonContext.NullableInt32 Property

Definition

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

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

Property Value

Applies to