Example #1
0
 //--------------------------------------------------------------------------------------------------------------------------------
 void ICollection <T> .Add(T item)
 {
     RawTypedCollection.Add(ToInternalKey(item));
 }
 //--------------------------------------------------------------------------------------------------------------------------------
 void ICollection <KeyValuePair <TKey, TValue> > .Add(KeyValuePair <TKey, TValue> pair)
 {
     RawTypedCollection.Add(ToInternalPair(pair));
 }