CogSerializableDictionaryBase TKey, TValue  Keys Property Cognex VisionPro
Gets a collection of the keys in this dictionary.

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

public ICollection<TKey> Keys { get; }

Property Value

Type: ICollection TKey 

Implements

IDictionary TKey, TValue  Keys
See Also