JsonCollectionInfoValues<TCollection>.ObjectCreator Propriedade

Definição

A Func<TResult> para criar uma instância da coleção ao desserializar.

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)

Valor de Propriedade

Func<TCollection>

Observações

Esta API destina-se à saída do gerador de fonte System.Text.Json e não deve ser chamada diretamente.

Aplica-se a