System.Xml.Serialization.XmlSerializationFixupCallback Delegate

Assembly: System.Xml.dll
Namespace: System.Xml.Serialization
This type supports the Shared Source CLI infrastructure and is not intended to be used directly from your code.
Summary
Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code
C# Syntax:
[Serializable]
public delegate void XmlSerializationFixupCallback(object fixup);
See also:
System.Xml.Serialization Namespace

Hierarchy:

Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.