Implementation of the Main() entry point and all the design pattern example functions. See Main Overview. More...
Go to the source code of this file.
Classes | |
class | Program |
Contains all the top-level Design Pattern Examples. More... | |
struct | Program.Exercise |
Represents a single exercise or example for a design pattern. More... | |
struct | Program.Options |
Represents the command line options provided to the program, if any. More... | |
Namespaces | |
namespace | DesignPatternExamples_csharp |
The namespace containing all Design Pattern Examples implemented in C#. | |
Implementation of the Main() entry point and all the design pattern example functions. See Main Overview.
Definition in file Program.cs.