JsonCollectionInfoValues<TCollection>.ObjectCreator プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 ソース ジェネレーターの出力で使用されるため、直接呼び出すべきではありません。