Condividi tramite


JsonCollectionInfoValues<TCollection>.ObjectCreator Proprietà

Definizione

Oggetto Func<TResult> per creare un'istanza della raccolta durante la deserializzazione.

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

Valore della proprietà

Func<TCollection>

Commenti

Questa API è utilizzata dall'output del generatore di origine System.Text.Json e non deve essere chiamato direttamente.

Si applica a