CogReadOnlyCollection T  Constructor (List T )Cognex VisionPro
Wraps the items list int a CogReadOnlyCollection. Note that changes to the original list will be reflected in the Read only collection. 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(
	List<T> items
)

Parameters

items
Type: System.Collections.Generic List T 
See Also