CogSerializableDictionaryBase TKey, TValue  Constructor (CogSerializableDictionaryBase TKey, TValue )Cognex VisionPro
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.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax

public CogSerializableDictionaryBase(
	CogSerializableDictionaryBase<TKey, TValue> other
)

Parameters

other
Type: Cognex.VisionPro.Implementation CogSerializableDictionaryBase TKey, TValue 
CogSerializableDictionaryBase to be copied.
See Also