LocationBindingExtensions.SetValue Method (ILocationBinding, Object, Object) |
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.10.10.0 (6.10.10.0)
public static void SetValue( this ILocationBinding locationBinding, Object instance, Object value )
Parameters
- locationBinding
- Type: PostSharp.Aspects.ILocationBinding
The binding for the field or property. - instance
- Type: System.Object
The instance for which the field or property is set, or null if the location is static. - value
- Type: System.Object
The new value assigned to the field or property.
Return Value
Type:The field or property value.