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

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 85.1.0.0 (85.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