Summary
            Adds a set of conventions to the scanner
            
		- Assembly
 - Rocket
.Surgery .Conventions .Abstractions .dll  - Namespace
 - Rocket
.Surgery .Conventions  - Containing Type
 - IConventionContainer
<TBuilder, TConvention, TDelegate>  
Syntax
TBuilder PrependConvention(params TConvention[] conventions)
	Parameters
| Name | Type | Description | 
|---|---|---|
| conventions | TConvention[] | The additional conventions. | 
Return Value
| Type | Description | 
|---|---|
| TBuilder | TBuilder. | 
