Exemple #1
0
 public IEnumerator <KeyValuePair <TKey, TValue> > GetEnumerator()
 {
     return(_wrapped.GetEnumerator());
 }