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