Constructs a new instance of the collection class with an initial capacity specified by the argument.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.25.1.0
Syntax
Parameters
- minimumCapacity
- Type: System Int64
The collection is created with a capacity sufficient to hold this many items without reallocating storage.
See Also