AdvisableHashSet<T>.OnDeserialization Method |
Runs when the entire object graph has been deserialized.
Namespace: PostSharp.Patterns.Collections
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public override void OnDeserialization( Object sender )
Parameters
- sender
- Type: System.Object
The object that initiated the callback. The functionality for this parameter is not currently implemented.