CoreJsonContext.Int32 Property

Definition

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

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

Property Value

Applies to