XmlSerializerVersionAttribute Constructor (Type^)

 

Initializes a new instance of the XmlSerializerVersionAttribute class for the specified type.

Namespace:   System.Xml.Serialization
Assembly:  System.Xml (in System.Xml.dll)

public:
XmlSerializerVersionAttribute(
	Type^ type
)

Parameters

type
Type: System::Type^

The type that is being serialized.

.NET Framework
Available since 2.0
Return to top
Show: