LocationBindingExtensions.GetValue<T> Method (ILocationBinding<T>, Object, Arguments) |
Gets the value of an indexer (property with arguments).
Namespace: PostSharp.AspectsAssembly: PostSharp (in PostSharp.dll) Version: 4.3.48.0 (4.3.48.0)

C#
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.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type ILocationBinding<T>. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).