XmlSerializationReader.AddReadCallback Method
.NET Framework 1.1
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] Protected Sub AddReadCallback( _ ByVal name As String, _ ByVal ns As String, _ ByVal type As Type, _ ByVal read As XmlSerializationReadCallback _ ) [C#] protected void AddReadCallback( string name, string ns, Type type, XmlSerializationReadCallback read ); [C++] protected: void AddReadCallback( String* name, String* ns, Type* type, XmlSerializationReadCallback* read ); [JScript] protected function AddReadCallback( name : String, ns : String, type : Type, read : XmlSerializationReadCallback );
See Also
XmlSerializationReader Class | XmlSerializationReader Members | System.Xml.Serialization Namespace