PostSharpAPI ReferencePost­Sharp.​AspectsMethod­Interception­ArgsProceed
Open sandboxFocus

MethodInterceptionArgs.Proceed Method

Proceed()

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.

Declaration
public abstract void Proceed()