Nuclex.Support/Source/Collections
2007-04-18 20:20:03 +00:00
..
ObservableCollection.cs Reorganized the directory structure a bit; Created a new transforming collection for exposing the types in a collection under a different interface; moved Operation and associated classes to a new namespace; Implemented the basics of the SetProgression's observation mechanics 2007-04-18 20:20:03 +00:00
ObservableCollection.Test.cs Reorganized the directory structure a bit; Created a new transforming collection for exposing the types in a collection under a different interface; moved Operation and associated classes to a new namespace; Implemented the basics of the SetProgression's observation mechanics 2007-04-18 20:20:03 +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 Reorganized the directory structure a bit; Created a new transforming collection for exposing the types in a collection under a different interface; moved Operation and associated classes to a new namespace; Implemented the basics of the SetProgression's observation mechanics 2007-04-18 20:20:03 +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 Reorganized the directory structure a bit; Created a new transforming collection for exposing the types in a collection under a different interface; moved Operation and associated classes to a new namespace; Implemented the basics of the SetProgression's observation mechanics 2007-04-18 20:20:03 +00:00
TransformingReadOnlyCollection.cs Reorganized the directory structure a bit; Created a new transforming collection for exposing the types in a collection under a different interface; moved Operation and associated classes to a new namespace; Implemented the basics of the SetProgression's observation mechanics 2007-04-18 20:20:03 +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