다음을 통해 공유


JsonObjectCreationHandlingAttribute(JsonObjectCreationHandling) 생성자

정의

JsonObjectCreationHandlingAttribute의 새 인스턴스를 초기화합니다.

public:
 JsonObjectCreationHandlingAttribute(System::Text::Json::Serialization::JsonObjectCreationHandling handling);
public JsonObjectCreationHandlingAttribute (System.Text.Json.Serialization.JsonObjectCreationHandling handling);
new System.Text.Json.Serialization.JsonObjectCreationHandlingAttribute : System.Text.Json.Serialization.JsonObjectCreationHandling -> System.Text.Json.Serialization.JsonObjectCreationHandlingAttribute
Public Sub New (handling As JsonObjectCreationHandling)

매개 변수

handling
JsonObjectCreationHandling

현재 멤버에 적용할 처리입니다.

적용 대상