Пример #1
0
 public void foreach1()
 {
     _dic.forEachValue(v =>
     {
         _re = v.level;
     });
 }