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

The Interpreter_Exercise class used in the Interpreter Pattern. More...

Go to the source code of this file.

Classes

class  Interpreter_Exercise
 Example of using the Interpreter Pattern in C#. More...
 

Namespaces

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

Detailed Description

The Interpreter_Exercise class used in the Interpreter Pattern.

Definition in file Interpreter_Exercise.cs.