The HandlerChain_Exercise class used in the HandlerChain Pattern. More...
Go to the source code of this file.
Classes | |
class | HandlerChain_Exercise |
Example of using the HandlerChain Pattern or Chain of Responsibility pattern in C#. More... | |
Namespaces | |
namespace | DesignPatternExamples_csharp |
The namespace containing all Design Pattern Examples implemented in C#. | |
The HandlerChain_Exercise class used in the HandlerChain Pattern.
Definition in file HandlerChain_Exercise.cs.