CoreJsonContext.IDictionaryStringJsonElement Property

Definition

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

public System.Text.Json.Serialization.Metadata.JsonTypeInfo<System.Collections.Generic.IDictionary<string,System.Text.Json.JsonElement>> IDictionaryStringJsonElement { get; }
member this.IDictionaryStringJsonElement : System.Text.Json.Serialization.Metadata.JsonTypeInfo<System.Collections.Generic.IDictionary<string, System.Text.Json.JsonElement>>
Public ReadOnly Property IDictionaryStringJsonElement As JsonTypeInfo(Of IDictionary(Of String, JsonElement))

Property Value

Applies to