JsonCollectionInfoValues<TCollection>.ObjectCreator プロパティ

定義

Func<TResult>逆シリアル化するときにコレクションのインスタンスを作成します。

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)

プロパティ値

Func<TCollection>

注釈

この API は System.Text.Json ソース ジェネレーターの出力で使用されるため、直接呼び出すべきではありません。

適用対象