DataBindingCollection Constructor (Int64)Cognex VisionPro 9.20

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.10.0.0
Syntax

public DataBindingCollection(
	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