'Declaration <__DynamicallyInvokableAttribute()> Function GetEnumerator() As System.Collections.Generic.IEnumerator(Of KeyValuePair(Of TKey,TValue))
'Usage Dim instance As ICalcStorage(Of TKey,TValue) Dim value As System.Collections.Generic.IEnumerator(Of KeyValuePair(Of TKey,TValue)) value = instance.GetEnumerator()
[__DynamicallyInvokable()] System.Collections.Generic.IEnumerator<KeyValuePair<TKey,TValue>> GetEnumerator()