Class OnGeodeserializedAttribute
When applied to a method, specifies that the method is called immediately after deserialization of the object.
[AttributeUsage(AttributeTargets.Method, Inherited = false)]
public sealed class OnGeodeserializedAttribute : Attribute
- Inheritance
-
OnGeodeserializedAttribute
- Inherited Members
Constructors
OnGeodeserializedAttribute()
Initializes a new instance of the OnGeodeserializedAttribute class.
public OnGeodeserializedAttribute()