다음을 통해 공유


JsonSerializableAttribute(Type) 생성자

정의

지정된 형식의 새 인스턴스 JsonSerializableAttribute 를 초기화합니다.

public:
 JsonSerializableAttribute(Type ^ type);
public JsonSerializableAttribute (Type type);
new System.Text.Json.Serialization.JsonSerializableAttribute : Type -> System.Text.Json.Serialization.JsonSerializableAttribute
Public Sub New (type As Type)

매개 변수

type
Type

소스 코드를 생성할 형식입니다.

적용 대상