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.
During initialization, the .NET Framework XML serialization infrastructure dynamically generates and compiles a temporary class for serialization derived from the class. During this process, the .NET Framework generates write methods that implement the class delegate. It does so for certain mappings between .NET Framework types and XML data types that are serialized through SOAP-encoded XML and are not root elements. Then, as necessary, a write method is called during serialization.
You should not directly instantiate .
SOAP encoding is described in Section 5 of the SOAP 1.1 specification.
Delegate that is used by the class for serialization of types from SOAP-encoded, non-root XML data.