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

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public TaxonCategoryList(
	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