Condividi tramite


JsonObjectInfoValues<T>.ObjectWithParameterizedConstructorCreator Proprietà

Definizione

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

public:
 property Func<cli::array <System::Object ^> ^, T> ^ ObjectWithParameterizedConstructorCreator { Func<cli::array <System::Object ^> ^, T> ^ get(); void set(Func<cli::array <System::Object ^> ^, T> ^ value); };
public Func<object[],T>? ObjectWithParameterizedConstructorCreator { get; init; }
member this.ObjectWithParameterizedConstructorCreator : Func<obj[], 'T> with get, set
Public Property ObjectWithParameterizedConstructorCreator As Func(Of Object(), T)

Valore della proprietà

Func<Object[],T>

Commenti

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

Si applica a