Exemplo n.º 1
0
 void ICollection <KeyValuePair <TKey, TValue> > .CopyTo(
     KeyValuePair <TKey, TValue>[] array,
     int arrayIndex)
 {
     KeyDictionary.CopyTo(array, arrayIndex);
 }