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