Compartir a través de


JsonCollectionInfoValues<TCollection>.ObjectCreator Propiedad

Definición

Func<TResult> para crear una instancia de la colección al deserializar.

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 propiedad

Func<TCollection>

Comentarios

Esta API la usa la salida del generador de origen System.Text.Json y no debe llamarse directamente.

Se aplica a