Beispiel #1
0
 public IEnumerator <KeyValuePair <TKey, IList <TValue> > > GetEnumerator()
 {
     return(map.GetEnumerator());
 }
Beispiel #2
0
 /// <inheritdoc cref="IEnumerable{T}.GetEnumerator" />
 public IEnumerator <KeyValuePair <string, IList <string> > > GetEnumerator()
 {
     return(contents.GetEnumerator());
 }