Click or drag to resize

DataTree Constructor

Constructor.

Namespace:  Slash.Unity.DataBind.Core.Data
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public DataTree(
	IDataNode root
)

Parameters

root
Type: Slash.Unity.DataBind.Core.DataIDataNode
Root node of the tree.
See Also