Class LocationBindingExtensions
Inheritance
LocationBindingExtensions
Assembly: PostSharp.dll
Syntax
public static class LocationBindingExtensions : Object
Methods
Name |
Description |
GetValue(ILocationBinding, Object)
|
|
GetValue(ILocationBinding, Object, Arguments)
|
|
GetValue<T>(ILocationBinding<T>, Object)
|
|
GetValue<T>(ILocationBinding<T>, Object, Arguments)
|
|
SetValue(ILocationBinding, Object, Arguments, Object)
|
|
SetValue(ILocationBinding, Object, Object)
|
|
SetValue<T>(ILocationBinding<T>, Object, T)
|
|
SetValue<T>(ILocationBinding<T>, Object, Arguments, T)
|
|