Click or drag to resize
TaxonTreeNodeList Constructor (Boolean)
Constructor for the TaxonTreeNodeList class.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public TaxonTreeNodeList(
	bool optimize
)

Parameters

optimize
Type: SystemBoolean
Indicates if speed optimization should be turned on. This optimization assumes that each id only occurs once in the list.
See Also