Click or drag to resize

DataBindingOperatorAddBindings Method

Adds and initializes the specified bindings.

Namespace:  Slash.Unity.DataBind.Core.Presentation
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
protected void AddBindings(
	IEnumerable<DataBinding> newBindings
)

Parameters

newBindings
Type: System.Collections.GenericIEnumerableDataBinding
Bindings to add.
See Also