Leadtools.Medical.Workstation Namespace > DictionaryWithEvents<TKey,TValue> Class : GetEnumerator Method |
public IEnumerator<KeyValuePair<TKey,TValue>> GetEnumerator()
'Declaration Public Function GetEnumerator() As IEnumerator(Of KeyValuePair(Of TKey,TValue))
'Usage Dim instance As DictionaryWithEvents(Of TKey,TValue) Dim value As IEnumerator(Of KeyValuePair(Of TKey,TValue)) value = instance.GetEnumerator()
public: IEnumerator<KeyValuePair<TKey*,TValue*>>* GetEnumerator();
public: IEnumerator<KeyValuePair<TKey*,TValue*>>* GetEnumerator();