The Visitor_Exercise class used in the Visitor Pattern. More...
Go to the source code of this file.
Classes | |
class | Visitor_Exercise |
Example of using the Visitor Pattern in C#. More... | |
Namespaces | |
namespace | DesignPatternExamples_csharp |
The namespace containing all Design Pattern Examples implemented in C#. | |
The Visitor_Exercise class used in the Visitor Pattern.
Definition in file Visitor_Exercise.cs.