CogReadOnlyCollection T  Constructor ( T )Cognex VisionPro
Constructs a new instance of the CogReadOnlyCollection class. Note that the properties of the collection elements themselves can still be changed via this interface.

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax

protected CogReadOnlyCollection(
	params T[] items
)

Parameters

items
Type:  T 
See Also