XmlSerializerVersionAttribute.Type 속성

정의

serializer가 작동하는 형식을 가져오거나 설정합니다.

public:
 property Type ^ Type { Type ^ get(); void set(Type ^ value); };
public Type? Type { get; set; }
public Type Type { get; set; }
member this.Type : Type with get, set
Public Property Type As Type

속성 값

Type

serialize될 Type입니다.

적용 대상