UInt8Collection Constructor (Int64)Cognex VisionPro 9.23

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

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