Gets the generic IDictionary interface
of this object.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 79.0.0.0 (79.0.0.0)
protected IDictionary<TKey, TValue> Dictionary { get; }protected IDictionary<TKey, TValue> Dictionary { get; }Protected ReadOnly Property Dictionary As IDictionary(Of TKey, TValue)
Get
Protected ReadOnly Property Dictionary As IDictionary(Of TKey, TValue)
Get
protected:
property IDictionary<TKey, TValue>^ Dictionary {
IDictionary<TKey, TValue>^ get ();
}protected:
property IDictionary<TKey, TValue>^ Dictionary {
IDictionary<TKey, TValue>^ get ();
}Property Value
Type:
IDictionary TKey,
TValue