LocationBindingExtensions.SetValue Method (ILocationBinding, Object, Arguments, Object) |
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.5.19.0 (6.5.19.0)
public static void SetValue( this ILocationBinding locationBinding, Object instance, Arguments index, Object value )
Parameters
- locationBinding
- Type: PostSharp.Aspects.ILocationBinding
The binding for the indexer. - instance
- Type: System.Object
The instance for which the indexer is set, or null if the indexer is static. - index
- Type: PostSharp.Aspects.Arguments
The arguments of the indexer. - value
- Type: System.Object
The new value.
Return Value
Type:The indexer value.