Summary
Returns the list as a sequence of key-value pairs with the keys being
the module names and the values being the module instances.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Modules - Containing Type
- ContainerModule
Syntax
public IEnumerable<KeyValuePair<string, IModule>> AsKeyValuePairs()
Return Value
Type | Description |
---|---|
IEnumerable |
The list as a sequence of key-value pairs. |