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