Summary
Gets the index of a named module.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Modules - Containing Type
- IReadOnlyModuleList
Syntax
int IndexOf(string name)
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | The name of the module. |
Return Value
| Type | Description |
|---|---|
| int | The index of the requested module or -1 if not found. |
