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

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

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

Return Value

Type: IEnumerator KeyValuePair TKey, TValue  

Implements

IEnumerable T  GetEnumerator 
See Also