Initializes a new instance of the Treemap class

Namespace: VVVV.Utils.Algorithm
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871

Syntax

C#
public Treemap(
	Node root,
	bool sort
)

Parameters

root
Type: VVVV.Utils.Algorithm..::..Node

[Missing <param name="root"/> documentation for "M:VVVV.Utils.Algorithm.Treemap.#ctor(VVVV.Utils.Algorithm.Node,System.Boolean)"]

sort
Type: System..::..Boolean

[Missing <param name="sort"/> documentation for "M:VVVV.Utils.Algorithm.Treemap.#ctor(VVVV.Utils.Algorithm.Node,System.Boolean)"]

See Also