Nuclex.Support/Source/Collections
2012-02-12 13:46:19 +00:00
..
Deque.cs Assigning null to a key in the MultiDictionary will not delete that key (this behavior is symmetric with the behavior of querying the values under a key where null indicates that the key doesn't exist - it also doesn't add any "secret tricks" because the normal Dictionary doesn't intersect this functionality of having an extra container between the key and the values) 2011-08-14 09:33:10 +00:00
Deque.Insertion.cs Updated license statement for the year 2010 ;-) 2010-07-08 12:37:39 +00:00
Deque.Interfaces.cs Updated license statement for the year 2010 ;-) 2010-07-08 12:37:39 +00:00
Deque.Removal.cs Updated license statement for the year 2010 ;-) 2010-07-08 12:37:39 +00:00
Deque.Search.cs Updated license statement for the year 2010 ;-) 2010-07-08 12:37:39 +00:00
Deque.Test.cs Upgraded unit tests to NMock 3.0 2011-03-08 20:36:43 +00:00
IMultiDictionary.cs Added INotifyCollectionChanged interface to ObservableCollection and ObservableDictionary; added a new dictionary type, the MultiDictionary which is equivalent to the C++ multimap<> class 2011-07-04 22:21:57 +00:00
IObservableCollection.cs Updated license statement for the year 2010 ;-) 2010-07-08 12:37:39 +00:00
IRecyclable.cs Updated license statement for the year 2010 ;-) 2010-07-08 12:37:39 +00:00
ItemEventArgs.cs Updated license statement for the year 2010 ;-) 2010-07-08 12:37:39 +00:00
ItemEventArgs.Test.cs Upgraded unit tests to NMock 3.0 2011-03-08 20:36:43 +00:00
MultiDictionary.cs Assigning null to a key in the MultiDictionary will not delete that key (this behavior is symmetric with the behavior of querying the values under a key where null indicates that the key doesn't exist - it also doesn't add any "secret tricks" because the normal Dictionary doesn't intersect this functionality of having an extra container between the key and the values) 2011-08-14 09:33:10 +00:00
MultiDictionary.Interfaces.cs Added INotifyCollectionChanged interface to ObservableCollection and ObservableDictionary; added a new dictionary type, the MultiDictionary which is equivalent to the C++ multimap<> class 2011-07-04 22:21:57 +00:00
MultiDictionary.Test.cs Assigning null to a key in the MultiDictionary will not delete that key (this behavior is symmetric with the behavior of querying the values under a key where null indicates that the key doesn't exist - it also doesn't add any "secret tricks" because the normal Dictionary doesn't intersect this functionality of having an extra container between the key and the values) 2011-08-14 09:33:10 +00:00
MultiDictionary.ValueCollection.cs Added INotifyCollectionChanged interface to ObservableCollection and ObservableDictionary; added a new dictionary type, the MultiDictionary which is equivalent to the C++ multimap<> class 2011-07-04 22:21:57 +00:00
ObservableCollection.cs ObservableCollection no longer derives from System.Collections.ObjectModel.Collection, thus it is a real ICollection that does not expose itself as an IList 2011-10-25 14:59:38 +00:00
ObservableCollection.Test.cs ObservableCollection no longer derives from System.Collections.ObjectModel.Collection, thus it is a real ICollection that does not expose itself as an IList 2011-10-25 14:59:38 +00:00
ObservableDictionary.cs Added an ObservableList class which is like the ObservableCollection, but allows indexed access 2011-08-24 11:33:22 +00:00
ObservableDictionary.Test.cs Upgraded unit tests to NMock 3.0 2011-03-08 20:36:43 +00:00
ObservableList.cs ObservableCollection no longer derives from System.Collections.ObjectModel.Collection, thus it is a real ICollection that does not expose itself as an IList 2011-10-25 14:59:38 +00:00
ObservableList.Test.cs Added an ObservableList class which is like the ObservableCollection, but allows indexed access 2011-08-24 11:33:22 +00:00
PairPriorityQueue.cs Updated license statement for the year 2010 ;-) 2010-07-08 12:37:39 +00:00
PairPriorityQueue.Test.cs Updated license statement for the year 2010 ;-) 2010-07-08 12:37:39 +00:00
Parentable.cs Updated license statement for the year 2010 ;-) 2010-07-08 12:37:39 +00:00
Parentable.Test.cs Upgraded unit tests to NMock 3.0 2011-03-08 20:36:43 +00:00
ParentingCollection.cs Updated license statement for the year 2010 ;-) 2010-07-08 12:37:39 +00:00
ParentingCollection.Test.cs Upgraded unit tests to NMock 3.0 2011-03-08 20:36:43 +00:00
Pool.cs Updated license statement for the year 2010 ;-) 2010-07-08 12:37:39 +00:00
Pool.Test.cs Upgraded unit tests to NMock 3.0 2011-03-08 20:36:43 +00:00
PriorityItemPair.cs Updated license statement for the year 2010 ;-) 2010-07-08 12:37:39 +00:00
PriorityItemPair.Test.cs Upgraded unit tests to NMock 3.0 2011-03-08 20:36:43 +00:00
PriorityQueue.cs Updated license statement for the year 2010 ;-) 2010-07-08 12:37:39 +00:00
PriorityQueue.Test.cs Updated license statement for the year 2010 ;-) 2010-07-08 12:37:39 +00:00
ReadOnlyCollection.cs Updated license statement for the year 2010 ;-) 2010-07-08 12:37:39 +00:00
ReadOnlyCollection.Test.cs Updated license statement for the year 2010 ;-) 2010-07-08 12:37:39 +00:00
ReadOnlyDictionary.cs Added XNA 4.0 XBox 360 project; fixed compilation errors that would result from compiling Nuclex.Support on the XBox 360's special compact framework 2010-09-17 01:43:00 +00:00
ReadOnlyDictionary.Test.cs Updated license statement for the year 2010 ;-) 2010-07-08 12:37:39 +00:00
ReadOnlyList.cs Updated license statement for the year 2010 ;-) 2010-07-08 12:37:39 +00:00
ReadOnlyList.Test.cs Updated license statement for the year 2010 ;-) 2010-07-08 12:37:39 +00:00
ReverseComparer.cs Updated license statement for the year 2010 ;-) 2010-07-08 12:37:39 +00:00
ReverseComparer.Test.cs Upgraded unit tests to NMock 3.0 2011-03-08 20:36:43 +00:00
TransformingReadOnlyCollection.cs Updated license statement for the year 2010 ;-) 2010-07-08 12:37:39 +00:00
TransformingReadOnlyCollection.Interfaces.cs Updated license statement for the year 2010 ;-) 2010-07-08 12:37:39 +00:00
TransformingReadOnlyCollection.Test.cs Upgraded unit tests to NMock 3.0 2011-03-08 20:36:43 +00:00
WeakCollection.cs Assigning null to a key in the MultiDictionary will not delete that key (this behavior is symmetric with the behavior of querying the values under a key where null indicates that the key doesn't exist - it also doesn't add any "secret tricks" because the normal Dictionary doesn't intersect this functionality of having an extra container between the key and the values) 2011-08-14 09:33:10 +00:00
WeakCollection.Interfaces.cs Updated license statement for the year 2010 ;-) 2010-07-08 12:37:39 +00:00
WeakCollection.Test.cs CanGetProcessThreadForManagedThread() test now only runs on Windows systems; removed unused variable from expression tree cloner; removed unused variable from unit test of weak collection; fixed test issue parsing command lines relying on current platform being windows; removed unused variable from Semaphore class 2012-02-12 13:46:19 +00:00