Method Clone
Clone<TNewContext>()
Declaration
public Binder<TNewContext> Clone<TNewContext>() where TNewContext : class, TContext
Returns
Type | Description |
---|---|
Binder<TNewContext> |
Type Parameters
Name | Description |
---|---|
TNewContext |
Clone()
Declaration
public Binder<TContext> Clone()
Returns
Type | Description |
---|---|
Binder<TContext> |