System.Xml
[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]
1.0.5000.0
2.0.0.0
4.0.0.0
To be added
System.Attribute
System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct | System.AttributeTargets.Method | System.AttributeTargets.Interface | System.AttributeTargets.All, AllowMultiple=true)
Use the when you call the or method of the class.
When applying the , specify the of the derived class. When the serializes objects that include both the base and the derived class, it can then recognize both object types.
You can use the to include derived classes in service description documents that are written in the Web Services Description Language (WSDL). For example, if a method returns an , apply the to the method and specify the actual types to return.
For more information on the WSDL, see "Web Services Description Language (WSDL) 1.1" at www.w3.org.
Allows the to recognize a type when it serializes or deserializes an object.
Constructor
1.0.5000.0
2.0.0.0
4.0.0.0
To be added
Initializes a new instance of the class.
The of the object to include.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Type
To be added: an object of type 'System.Type'
To be added
Gets or sets the type of the object to include.