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

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

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

Return Value

Type: IEnumerator KeyValuePair TKey, TValue  

Implements

IEnumerable T  GetEnumerator 
See Also