Summary
Gets the index of the module with the specified name.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Execution - Containing Type
- Pipeline
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. |