PostSharpAPI ReferencePost­Sharp.​AspectsLocation­Interception­ArgsGet­Current­Value
Open sandboxFocus

Method GetCurrentValue

GetCurrentValue()

Retrieves the current value of the location without overwriting the Value property.

Declaration
public abstract object GetCurrentValue()
Returns
Type Description
Object

The current value of the location, as returned by the next node in the chain of invocation (see Binding).

Implements
ILocationInterceptionArgs.GetCurrentValue()