Partager via


JsonCollectionInfoValues<TCollection>.KeyInfo Propriété

Définition

Si un type de dictionnaire, l’instance JsonTypeInfo représentant le type de clé.

public:
 property System::Text::Json::Serialization::Metadata::JsonTypeInfo ^ KeyInfo { System::Text::Json::Serialization::Metadata::JsonTypeInfo ^ get(); void set(System::Text::Json::Serialization::Metadata::JsonTypeInfo ^ value); };
public System.Text.Json.Serialization.Metadata.JsonTypeInfo? KeyInfo { get; init; }
member this.KeyInfo : System.Text.Json.Serialization.Metadata.JsonTypeInfo with get, set
Public Property KeyInfo As JsonTypeInfo

Valeur de propriété

JsonTypeInfo

Remarques

Cette API est utilisée par la sortie du générateur source System.Text.Json et ne doit pas être appelée directement.

S’applique à