Summary
Casts the list to a
IEnumerable<KeyValuePair<string, IModule>>.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Modules - Containing Type
- IReadOnlyModuleList
Syntax
IEnumerable<KeyValuePair<string, IModule>> AsKeyValuePairs()
Return Value
| Type | Description |
|---|---|
| IEnumerable |
An enumerable of System.Collections.Generic.KeyValuePair`2. |
