EventInterceptionArgs.ReturnValue Property |
Gets the return value of the delegate.
Namespace: PostSharp.AspectsAssembly: PostSharp (in PostSharp.dll) Version: 4.3.48.0 (4.3.48.0)


This property is meaningful only during a delegate invocation (not during an addition or removal).
This property is typically set by the ProceedInvokeHandler() method. It is also legal for an implementation of OnInvokeHandler(EventInterceptionArgs) to change the value of this property.
