LocationInterceptionAspect.OnGetValue Method |
Method invoked instead of the Get semantic of the field or property to which the current aspect is applied,
i.e. when the value of this field or property is retrieved.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.8.6.0 (6.8.6.0)

C#
public virtual void OnGetValue( LocationInterceptionArgs args )
Parameters
- args
- Type: PostSharp.Aspects.LocationInterceptionArgs
Advice arguments.
Implements
ILocationInterceptionAspect.OnGetValue(LocationInterceptionArgs)