Summary
            Adds a set of delegates to the scanner
            
		- Assembly
- Rocket.Surgery .Conventions .dll 
- Namespace
- Rocket.Surgery .Conventions .Scanners 
- Containing Type
- BasicConvention Scanner 
Syntax
public IConventionScanner AppendDelegate(IEnumerable<Delegate> delegates)Parameters
| Name | Type | Description | 
|---|---|---|
| delegates | IEnumerable | The conventions. | 
Return Value
| Type | Description | 
|---|---|
| IConventionScanner | IConventionScanner. | 
