Show / Hide Table of Contents

Method ApplyCleanup

| Improve this Doc View Source

ApplyCleanup(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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest