MetalamaAPI documentationPost­Sharp API migrationPost­Sharp.​AspectsMethod­Interception­ArgsReturn­Value
Open sandboxFocus

MethodInterceptionArgs.ReturnValue Property

ReturnValue

When you call meta.Proceed(), store the return value in a local variable.

Declaration
public abstract object ReturnValue { get; set; }
Property Value
Type Description
Object