다음을 통해 공유


JsonCollectionInfoValues<TCollection>.ObjectCreator 속성

정의

Func<TResult> 역직렬화할 때 컬렉션의 인스턴스를 만드는 A입니다.

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 원본 생성기의 출력에서 사용하기 위한 것이며 직접 호출해서는 안 됩니다.

적용 대상