CogSerializableDictionaryBase TKey, TValue  GetEnumerator Method Cognex VisionPro 9.7
Get the specialized enumerator for this dictionary.

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

public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()

Return Value

Type: IEnumerator KeyValuePair TKey, TValue  

Implements

IEnumerable T  GetEnumerator 
See Also