Gets the internal Dictionary containing the set of
key value pairs.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 87.0.0.0 (87.0.0.0)
protected Dictionary<TKey, TValue> InnerDictionary { get; }protected Dictionary<TKey, TValue> InnerDictionary { get; }Protected ReadOnly Property InnerDictionary As Dictionary(Of TKey, TValue)
Get
Protected ReadOnly Property InnerDictionary As Dictionary(Of TKey, TValue)
Get
protected:
property Dictionary<TKey, TValue>^ InnerDictionary {
Dictionary<TKey, TValue>^ get ();
}protected:
property Dictionary<TKey, TValue>^ InnerDictionary {
Dictionary<TKey, TValue>^ get ();
}Property Value
Type:
Dictionary TKey,
TValue