Method Unbind
Unbind<T, TContext>(Binder<TContext>, Expression<Func<TContext, T>>)
Declaration
public static void Unbind<T, TContext>(this Binder<TContext> binder, Expression<Func<TContext, T>> targetExpression) where TContext : class
Parameters
| Type | Name | Description |
|---|---|---|
| Binder<TContext> | binder | |
| Expression<Func<TContext, T>> | targetExpression |
Type Parameters
| Name | Description |
|---|---|
| T | |
| TContext |
Unbind<TContext>(Binder<TContext>, string)
Declaration
public static void Unbind<TContext>(this Binder<TContext> binder, string key) where TContext : class
Parameters
| Type | Name | Description |
|---|---|---|
| Binder<TContext> | binder | |
| string | key |
Type Parameters
| Name | Description |
|---|---|
| TContext |