CogSerializableDictionaryBase TKey, TValue  Values Property Cognex VisionPro 9.5
Gets a collection of the values in this dictionary.

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

public ICollection<TValue> Values { get; }

Property Value

Type: ICollection TValue 

Implements

IDictionary TKey, TValue  Values
See Also