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

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

Go to the source code of this file.

Classes

class  Village
 Represents a collection of shops that can be visited. More...
 

Namespaces

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

Detailed Description

The Village class used in the Visitor pattern.

Definition in file Visitor_Village.cs.