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

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

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

Return Value

Type: IEnumerator KeyValuePair TKey, TValue  

Implements

IEnumerable T  GetEnumerator 
See Also