LocationBindingExtensions.SetValue<T> Method (ILocationBinding<T>, Object, Arguments, T) |
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.5.21.0 (6.5.21.0)
public static void SetValue<T>( this ILocationBinding<T> locationBinding, Object instance, Arguments index, T value )
Parameters
- locationBinding
- Type: PostSharp.Aspects.ILocationBinding<T>
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: T
The new value.
Type Parameters
- T
Return Value
Type:The indexer value.