MetalamaAPI documentationPost­Sharp API migrationPost­Sharp.​AspectsLocation­Interception­ArgsGet­Current­Value
Open sandboxFocus

LocationInterceptionArgs.GetCurrentValue Method

GetCurrentValue()

In the get override advice, call meta.Proceed(). Otherwise, use meta.Target.FieldOrProperty. or IFieldOrProperty..Value.

Declaration
public abstract object GetCurrentValue()
Returns
Type Description
Object
Implements
ILocationInterceptionArgs.GetCurrentValue()