XmlSerializerVersionAttribute.Type 属性
定义
获取或设置序列化程序所操作的类型。Gets or sets the type that the serializer operates on.
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。The Type to be serialized.