DataId64ListT Constructor (Boolean) |
Constructor for the DataId64ListT class.
Namespace: ArtDatabanken.DataAssembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public DataId64List(
bool optimize
)
Public Sub New (
optimize As Boolean
)
public:
DataId64List(
bool optimize
)
new :
optimize : bool -> DataId64List
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