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