Pipeline.

TryGetValue(string, IModule) Method

Summary

Attempts to get a module with the specified name.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Execution
Containing Type
Pipeline

Syntax

public bool TryGetValue(string name, out IModule value)

Parameters

Name Type Description
name string The name of the module.
value IModule The module with the specified name.

Return Value

Type Description
bool true if a module was found with the specified name, otherwise false.
GitHub