Show / Hide Table of Contents

Method ApplySetup

| Improve this Doc View Source

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

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