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

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