Click or drag to resize
ResolveSerializerEventArgsContext Property
Gets the SerializationContext which raises this event.

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public SerializationContext Context { get; }

Property Value

Type: SerializationContext
The SerializationContext which raises this event. This value will not be null.
Remarks
A sender parameter of the event handler has same instance for this.
See Also