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

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

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

Return Value

Type: IEnumerator KeyValuePair TKey, TValue  

Implements

IEnumerable T  GetEnumerator 
See Also