CoreJsonContext.DictionaryStringString Property

Definition

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

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

Property Value

Applies to