CogReadOnlyCollection T  Constructor Cognex VisionPro 9.25 SR1
Overload List

  NameDescription
Protected methodCogReadOnlyCollection T  
Constructs an empty CogReadOnlyCollection;
Protected methodCogReadOnlyCollection T (List T )
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.
Protected methodCogReadOnlyCollection T ( T )
Constructs a new instance of the CogReadOnlyCollection class. Note that the properties of the collection elements themselves can still be changed via this interface.
Protected methodCogReadOnlyCollection T (SerializationInfo, StreamingContext)
Special serialization constructor.
Top
See Also