CogSerializableDictionaryBase TKey, TValue  Values Property Cognex VisionPro
Gets a collection of the values 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<TValue> Values { get; }

Property Value

Type: ICollection TValue 

Implements

IDictionary TKey, TValue  Values
See Also