This documentation is archived and is not being maintained.
XmlSerializationCollectionFixupCallback Delegate
.NET Framework 1.1
This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] <Serializable> Public Delegate Sub XmlSerializationCollectionFixupCallback( _ ByVal collection As Object, _ ByVal collectionItems As Object _ ) [C#] [Serializable] public delegate void XmlSerializationCollectionFixupCallback( object collection, object collectionItems ); [C++] [Serializable] public __gc __delegate void XmlSerializationCollectionFixupCallback( Object* collection, Object* collectionItems );
[JScript] In JScript, you can use the delegates in the .NET Framework, but you cannot define your own.
See Also
Show: