CompareInfo::IDeserializationCallback::OnDeserialization Method (Object^)

 

Runs when the entire object graph has been deserialized.

Namespace:   System.Globalization
Assembly:  mscorlib (in mscorlib.dll)

private:
virtual void OnDeserialization(
	Object^ sender
) sealed = IDeserializationCallback::OnDeserialization

Parameters

sender
Type: System::Object^

The object that initiated the callback.

This member is an explicit interface member implementation that can be used only when the current CompareInfo object is cast to an IDeserializationCallback interface. For more information, see the OnDeserialization method.

.NET Framework
Available since 1.1
Return to top
Show: