ContainerModule.

this[string] Property

Summary

Gets the module with the specified name.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Modules
Containing Type
ContainerModule

Syntax

public IModule this[string name] { get; }

Parameters

Name Type Description
name string

Value

Type Description
IModule
GitHub