CogSerializableDictionaryBase TKey, TValue  Item Property Cognex VisionPro 9.8
The indexer for this dictionary.

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

public TValue this[
	TKey key
] { get; set; }

Parameters

key
Type: TKey
The key of the desired dictionary entry.

Property Value

Type: TValue

Implements

IDictionary TKey, TValue  Item TKey 
See Also