Exemplo n.º 1
0
 public EnumeratorValues(AbsDictionary <TK, TV> outer)
 {
     this.outer  = outer;
     this.enumer = this.outer.GetEnumerator();
 }
Exemplo n.º 2
0
 public CollectionValues(AbsDictionary <TK, TV> outer)
 {
     this.outer = outer;
 }