Summary
    The specified modules are executed against an empty initial document and the results are
    prepended to the content of every input document (possibly creating more than one output
    document for each input document).
    
		- Assembly
 - Wyam
.Core .dll  - Namespace
 - Wyam
.Core .Modules .Contents  - Containing Type
 - Prepend
 
Syntax
public Prepend(params IModule[] modules)
	Parameters
| Name | Type | Description | 
|---|---|---|
| modules | IModule[] | The modules to execute. | 
Return Value
| Type | Description | 
|---|---|
| void | 
