Design Pattern 1.0
Loading...
Searching...
No Matches
Design_Pattern.Runtime.Creational.Builder Namespace Reference

Namespaces

namespace  Events
 

Classes

class  BuilderContext
 A thread-safe implementation of the Builder pattern for Unity. More...
 
class  BuilderDirectorContext
 Coordinates the process of building products using builders. Provides a higher-level interface to construct products with predefined configurations. More...
 
interface  IBuilder
 Interface for common builder functionality to help with type resolution.