Example #1
0
 IEnumerator <KeyValuePair <T, long> > IEnumerable <KeyValuePair <T, long> > .GetEnumerator()
 {
     return(_store.GetEnumerator());
 }