Click or drag to resize

CollectionDataBinding Constructor

Constructor.

Namespace:  Slash.Unity.DataBind.Core.Presentation
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public CollectionDataBinding(
	DataBinding collectionBinding
)

Parameters

collectionBinding
Type: Slash.Unity.DataBind.Core.PresentationDataBinding
Collection binding to observe.
See Also