LocationBindingExtensions.SetValue Method |
Name | Description | |
---|---|---|
SetValue(ILocationBinding, Object, Object) |
Sets the value of a field or property.
| |
SetValue<T>(ILocationBinding<T>, Object, T) |
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, Arguments, T) |
Sets the value of an indexer (property with arguments).
|