IReadOnlyModuleList.

AsKeyValuePairs() Method

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<KeyValuePair<string, IModule>> An enumerable of System.Collections.Generic.KeyValuePair`2.
GitHub