Condividi tramite


JsonObjectInfoValues<T>.ObjectCreator Proprietà

Definizione

Ottiene o imposta un meccanismo per creare un'istanza della classe o dello struct utilizzando un costruttore senza parametri durante la deserializzazione.

public:
 property Func<T> ^ ObjectCreator { Func<T> ^ get(); void set(Func<T> ^ value); };
public Func<T>? ObjectCreator { get; init; }
member this.ObjectCreator : Func<'T> with get, set
Public Property ObjectCreator As Func(Of T)

Valore della proprietà

Func<T>

Commenti

Questa API viene usata dall'output del generatore di origine System.Text.Json e non deve essere chiamata direttamente.

Si applica a