Summary
    Gets the index of the module with the specified name.
    
		- Assembly
- Wyam.Common .dll 
- Namespace
- Wyam.Common .Modules 
- Containing Type
- ModuleList
Syntax
public int IndexOf(string name)Parameters
| Name | Type | Description | 
|---|---|---|
| name | string | The name of the module. | 
Return Value
| Type | Description | 
|---|---|
| int | The index of the module with the specified name. | 
