Int64Collection Constructor (Int64)Cognex VisionPro 9.22

Constructs a new instance of the collection class with an initial capacity specified by the argument.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

public Int64Collection(
	long minimumCapacity
)

Parameters

minimumCapacity
Type: System Int64
The collection is created with a capacity sufficient to hold this many items without reallocating storage.
See Also