LocationBindingExtensions Class |
Extension methods for the ILocationBinding interface.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public static class LocationBindingExtensions
Name | Description | |
---|---|---|
GetValue(ILocationBinding, Object) |
Gets the value of a field or property.
| |
GetValue(ILocationBinding, Object, Arguments) |
Gets the value of an indexer (property with arguments).
| |
GetValue<T>(ILocationBinding<T>, Object) |
Gets the value of a field or property.
| |
GetValue<T>(ILocationBinding<T>, Object, Arguments) |
Gets the value of an indexer (property with arguments).
| |
SetValue(ILocationBinding, Object, Object) |
Sets the value of a field or property.
| |
SetValue(ILocationBinding, Object, Arguments, Object) |
Sets the value of an indexer (property with arguments).
| |
SetValue<T>(ILocationBinding<T>, Object, T) |
Sets the value of a field or property.
| |
SetValue<T>(ILocationBinding<T>, Object, Arguments, T) |
Sets the value of an indexer (property with arguments).
|