메소드 | 설명 | |
---|---|---|
Decorator ( CanRunDecoratorDelegate runFunc, Composite child ) : System | ||
Decorator ( Composite child ) : System | ||
Decorator ( string name, CanRunDecoratorDelegate runFunc, Composite child ) : System | ||
Execute ( object context ) : IEnumerable |
||
Start ( object context ) : void |
메소드 | 설명 | |
---|---|---|
CanRun ( object context ) : bool |
public Decorator ( CanRunDecoratorDelegate runFunc, Composite child ) : System | ||
runFunc | CanRunDecoratorDelegate | |
child | Composite | |
리턴 | System |
public Decorator ( string name, CanRunDecoratorDelegate runFunc, Composite child ) : System | ||
name | string | |
runFunc | CanRunDecoratorDelegate | |
child | Composite | |
리턴 | System |