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

要应用于当前成员的处理。

适用于