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

The User and the UserList classes used in the Mediator pattern. More...

Go to the source code of this file.

Classes

class  User
 Represents a user with a name. More...
 
class  UserList
 Represents a list of users. More...
 

Namespaces

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

Detailed Description

The User and the UserList classes used in the Mediator pattern.

Definition in file Mediator_User_Classes.cs.