Nuclex.Support/Source/Collections
2007-04-16 17:18:16 +00:00
..
ObservableCollection.cs Provided a common class for observable collections similar to what the .NET Framework 3.0 offers; ParentingCollection no longer requires the parent type to be a reference type; Laid the foundation for a new progress tracking framework that can be used to drive progress bars, loading screens and such 2007-04-16 17:18:16 +00:00
Parentable.cs Provided a common class for observable collections similar to what the .NET Framework 3.0 offers; ParentingCollection no longer requires the parent type to be a reference type; Laid the foundation for a new progress tracking framework that can be used to drive progress bars, loading screens and such 2007-04-16 17:18:16 +00:00
ParentingCollection.cs Provided a common class for observable collections similar to what the .NET Framework 3.0 offers; ParentingCollection no longer requires the parent type to be a reference type; Laid the foundation for a new progress tracking framework that can be used to drive progress bars, loading screens and such 2007-04-16 17:18:16 +00:00
PriorityQueue.cs Various conformity issues to coding guidelines fixed; documented all exceptions being thrown 2007-04-02 18:48:28 +00:00
PriorityQueue.Test.cs Fully implemented the priority collection; Created a wrapper for non-intrusive priority collections that keep the priority external to the object; wrote unit tests for both 2007-03-05 18:22:31 +00:00
RingMemoryStream.cs Various conformity issues to coding guidelines fixed; documented all exceptions being thrown 2007-04-02 18:48:28 +00:00
RingMemoryStream.Test.cs Various conformity issues to coding guidelines fixed; documented all exceptions being thrown 2007-04-02 18:48:28 +00:00
UnintrusivePriorityQueue.cs Fully implemented the priority collection; Created a wrapper for non-intrusive priority collections that keep the priority external to the object; wrote unit tests for both 2007-03-05 18:22:31 +00:00
UnintrusivePriorityQueue.Test.cs Fully implemented the priority collection; Created a wrapper for non-intrusive priority collections that keep the priority external to the object; wrote unit tests for both 2007-03-05 18:22:31 +00:00