- Timestamp:
- 09/09/09 11:40:59 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Common/3.2/NotificationDictionary.cs
r2345 r2346 81 81 public void Add(TKey key, TValue value) { 82 82 OnBeforeInsert(); 83 myDictionary.Add(key, value); 83 myDictionary.Add(key, value); 84 OnAfterInsert(); 84 85 } 85 86
Note: See TracChangeset
for help on using the changeset viewer.