MethodInterceptionArgs.Proceed Method |
Proceeds with invocation of the method that has been intercepted by calling the next node in the chain of invocation,
passing the current Arguments to that method and
storing its return value into the property ReturnValue.
Namespace: PostSharp.AspectsAssembly: PostSharp (in PostSharp.dll) Version: 4.3.48.0 (4.3.48.0)

C#
public abstract void Proceed()
