Design Pattern 1.0
Loading...
Searching...
No Matches
Design_Pattern.Runtime.Structural.Composite Namespace Reference

Namespaces

namespace  Events
 

Classes

class  ComponentContext
 Base class for implementing the Composite design pattern in a thread-safe manner. More...
 
class  Composite
 Represents a composite component that can contain other components. More...
 
interface  IComponent
 Defines the interface for all components in the composite pattern. More...
 
class  Leaf
 Represents a leaf component in the composite structure. More...