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.Delegate
System.Void
To be added.
While deserializing XML documents into .NET Framework objects, the .NET Framework XML serialization infrastructure dynamically instantiates fix-up methods that implement the delegate. The infrastructure does so for SOAP-encoded arrays whose data types map to .NET Framework reference types. Then, as necessary, a fix-up method is called to fill in the objects in the array.
In addition, during initialization, the .NET Framework XML serialization infrastructure dynamically generates and compiles a temporary class for deserialization derived from the class. During this process, the infrastructure generates methods for SOAP-encoded, multi-referenced XML data. The methods are then invoked during deserialization.
Do not directly create an instance of the class.
SOAP encoding is described in Section 5 of the SOAP 1.1 specification.
Delegate used by the class for deserialization of SOAP-encoded XML data.