This documentation is archived and is not being maintained.
XmlSerializationWriteCallback 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 XmlSerializationWriteCallback( _ ByVal o As Object _ ) [C#] [Serializable] public delegate void XmlSerializationWriteCallback( object o ); [C++] [Serializable] public __gc __delegate void XmlSerializationWriteCallback( Object* o );
[JScript] In JScript, you can use the delegates in the .NET Framework, but you cannot define your own.
See Also
Show: