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

The OrderVisitor class used in the Visitor pattern. More...

Go to the source code of this file.

Classes

class  OrderVisitor
 A visitor used for ordering items from various shops. The user starts with an instance of this class and a list of what they want to order. More...
 

Namespaces

namespace  DesignPatternExamples_csharp
 The namespace containing all Design Pattern Examples implemented in C#.
 

Detailed Description

The OrderVisitor class used in the Visitor pattern.

Definition in file Visitor_Visitor_Class.cs.