IReadOnlyModuleList.

this[string] Property

Summary

Gets a module with a given name.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Modules
Containing Type
IReadOnlyModuleList

Syntax

IModule this[string name] { get; }

Parameters

Name Type Description
name string

Value

Type Description
IModule
GitHub