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

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

Detailed Description

The Visitor_Exercise class used in the Visitor Pattern.

Definition in file Visitor_Exercise.cs.