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#. | |
The Village class used in the Visitor pattern.
Definition in file Visitor_Village.cs.