OrderedDictionary.OnDeserialization(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implements the ISerializable interface and is called back by the deserialization event when deserialization is complete.
protected:
virtual void OnDeserialization(System::Object ^ sender);
protected virtual void OnDeserialization (object? sender);
protected virtual void OnDeserialization (object sender);
abstract member OnDeserialization : obj -> unit
override this.OnDeserialization : obj -> unit
Protected Overridable Sub OnDeserialization (sender As Object)
Parameters
- sender
- Object
The source of the deserialization event.
Exceptions
The SerializationInfo object associated with the current OrderedDictionary collection is invalid.
Remarks
This method can be overridden.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.