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.
To be added.
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 .NET Framework generates collection fix-up methods that use the delegate. This occurs for SOAP-encoded arrays or SOAP-encoded, multi-reference elements whose data types, in either case, map to .NET Framework collections or enumerations. As necessary, the collection fix-up method is called during deserialization.
You should not directly instantiate .
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 types that map to collections or enumerations.