LocationBindingExtensions.GetValue<T> Method (ILocationBinding<T>, Object, Arguments) |
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
public static T GetValue<T>( this ILocationBinding<T> locationBinding, Object instance, Arguments index )
Parameters
- locationBinding
- Type: PostSharp.Aspects.ILocationBinding<T>
The binding for the indexer. - instance
- Type: System.Object
The instance for which the indexer is evaluated, or null if the indexer is static. - index
- Type: PostSharp.Aspects.Arguments
The arguments of the indexer.
Type Parameters
- T
Return Value
Type: TThe indexer value.