IExecutionContext.

Namespaces Property

Summary

Gets a set of namespaces that should be brought into scope for modules that perform dynamic compilation.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Execution
Containing Type
IExecutionContext

Syntax

IReadOnlyCollection<string> Namespaces { get; }

Value

Type Description
IReadOnlyCollection<string>
GitHub