Click or drag to resize
XmlSerializerVersionAttribute Class
Signifies that the code was generated by the serialization infrastructure and can be reused for increased performance, when this attribute is applied to an assembly.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    System.Xml.SerializationXmlSerializerVersionAttribute

Namespace: System.Xml.Serialization
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
public sealed class XmlSerializerVersionAttribute : Attribute

The XmlSerializerVersionAttribute type exposes the following members.

Constructors
  NameDescription
Public methodXmlSerializerVersionAttribute
Initializes a new instance of the System.Xml.Serialization.XmlSerializerVersionAttribute class.
Public methodXmlSerializerVersionAttribute(Type)
Initializes a new instance of the System.Xml.Serialization.XmlSerializerVersionAttribute class for the specified type.
Top
Methods
  NameDescription
Public methodEquals
Returns a value that indicates whether this instance is equal to a specified object.
(Inherited from Attribute.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from Attribute.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyNamespace
Gets or sets the common language runtime (CLR) namespace of the assembly.
Public propertyParentAssemblyId
Gets or sets the identity of the parent assembly.
Public propertyType
Gets or sets the type that the serializer operates on.
Public propertyVersion
Gets or sets the assembly's version number.
Top
See Also