다음을 통해 공유


JsonObjectInfoValues<T>.ObjectCreator 속성

정의

역직렬화 중에 매개 변수가 없는 생성자를 사용하여 클래스 또는 구조체의 인스턴스를 만드는 메커니즘을 가져오거나 설정합니다.

public:
 property Func<T> ^ ObjectCreator { Func<T> ^ get(); void set(Func<T> ^ value); };
public Func<T>? ObjectCreator { get; init; }
member this.ObjectCreator : Func<'T> with get, set
Public Property ObjectCreator As Func(Of T)

속성 값

Func<T>

설명

이 API는 System.Text.Json 원본 생성기의 출력에서 사용하기 위한 것이며 직접 호출해서는 안 됩니다.

적용 대상