SetValue(ILocationBinding, object, Arguments, object)
Declaration
public static void SetValue(this ILocationBinding locationBinding, object instance, Arguments index, object value)Parameters
| Type | Name | Description |
|---|---|---|
| ILocationBinding | locationBinding | |
| object | instance | |
| Arguments | index | |
| object | value |
SetValue<T>(ILocationBinding<T>, object, Arguments, T)
Declaration
public static void SetValue<T>(this ILocationBinding<T> locationBinding, object instance, Arguments index, T value)Parameters
| Type | Name | Description |
|---|---|---|
| ILocationBinding<T> | locationBinding | |
| object | instance | |
| Arguments | index | |
| T | value |
Type Parameters
| Name | Description |
|---|---|
| T |
SetValue<T>(ILocationBinding<T>, object, T)
Declaration
public static void SetValue<T>(this ILocationBinding<T> locationBinding, object instance, T value)Parameters
| Type | Name | Description |
|---|---|---|
| ILocationBinding<T> | locationBinding | |
| object | instance | |
| T | value |
Type Parameters
| Name | Description |
|---|---|
| T |
SetValue(ILocationBinding, object, object)
Declaration
public static void SetValue(this ILocationBinding locationBinding, object instance, object value)Parameters
| Type | Name | Description |
|---|---|---|
| ILocationBinding | locationBinding | |
| object | instance | |
| object | value |