Design Pattern Examples
Overview of object-oriented design patterns
HandlerChain_Exercise.cs File Reference

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#.
 

Detailed Description

The HandlerChain_Exercise class used in the HandlerChain Pattern.

Definition in file HandlerChain_Exercise.cs.