Exemplo n.º 1
0
 //--------------------------------------------------------------------------------------------------------------------------------
 bool ICollection <T> .Remove(T item)
 {
     return(RawTypedCollection.Remove(ToInternalKey(item)));
 }
Exemplo n.º 2
0
 //--------------------------------------------------------------------------------------------------------------------------------
 bool ICollection <KeyValuePair <TKey, TValue> > .Remove(KeyValuePair <TKey, TValue> pair)
 {
     return(RawTypedCollection.Remove(ToInternalPair(pair)));
 }