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