Method ApplySetup
| Improve this Doc View SourceApplySetup(Action<T, ScalarPresenter>)
Applies delegate to setup this binding.
Declaration
public ScalarBinding<T> ApplySetup(Action<T, ScalarPresenter> setup)
Parameters
Type | Name | Description |
---|---|---|
System.Action<T, ScalarPresenter> | setup | The delegate to setup this binding. |
Returns
Type | Description |
---|---|
ScalarBinding<T> | This scalar binding for fluent coding. |