CoreJsonContext.IListString Property

Definition

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

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

Property Value

Applies to