Summary
Gets the module with the specified name.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Execution - Containing Type
- Pipeline
Syntax
public IModule this[string name] { get; }
Parameters
Name | Type | Description |
---|---|---|
name | string |
Value
Type | Description |
---|---|
IModule |