001 Overview
002 Custom String Builder
002 Structural.Decorator.CodeBuilder.cs.txt
003 Adapter-Decorator
003 Structural.Decorator.AdapterDecorator.cs.txt
004 Multiple Inheritance with Interfaces
004 Structural.Decorator.MultipleInheritance.cs.txt
005 Multiple Inheritance with Default Interface Members
006 Dynamic Decorator Composition
006 Structural.Decorator.Decorator.cs.txt
007 Detecting Decorator Cycles
007 Structural.Decorator.CycleDetection.cs.txt
008 Static Decorator Composition
009 AutofacDemos.Decorators.cs.txt
009 Decorator in Dependency Injection
010 ExerciseAnswers.cs.txt
010 Summary