CogReadOnlyCollectionWithCustomSerialization T  Constructor Cognex VisionPro 9.5
Overload List

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