CogSerializableDictionaryBase TKey, TValue  InnerDictionary Property Cognex VisionPro 9.20
Gets the internal Dictionary containing the set of key value pairs.

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 80.0.0.0 (80.0.0.0)
Syntax

protected Dictionary<TKey, TValue> InnerDictionary { get; }

Property Value

Type: Dictionary TKey, TValue 
See Also