PostSharpAPI ReferencePost­Sharp.​AspectsLocation­Initialization­ArgsValue
Open sandboxFocus

LocationInitializationArgs.Value Property

Value

Gets the initial value of the location.

Declaration
public override object Value { get; set; }
Property Value
Type Description
Object
Overrides
LocationLevelAdviceArgs.Value
Remarks

Returns the current value of the field or, if it's a property, of the property's backing field. This is usually the default value or the value set by the initializer.