Click or drag to resize

CollectionObserverTItemInit Method

Initializes the observer.

Namespace:  Slash.Unity.DataBind.Foundation.Utils
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void Init(
	Collection<TItem> collectionToObserve
)

Parameters

collectionToObserve
Type: Slash.Unity.DataBind.Core.DataCollectionTItem
Collection to observe.
See Also