Exemplo n.º 1
0
 IEnumerator <KeyValuePair <TKey, TValue> > GetEnumeratorInternal()
 {
     return(internalDictionary.GetEnumerator());
 }