Constructs a copy of the supplied CogSerializableDictionaryBase.
If the values are ref types that implement ICloneable,
this will be a deep copy.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax
Parameters
- other
- Type: Cognex.VisionPro.Implementation CogSerializableDictionaryBase TKey, TValue
CogSerializableDictionaryBase to be copied.
See Also