CakeTaskExtensions.

ToDictionary(IReadOnlyList<ICakeTaskInfo>) Method

Summary

Convert to a dictionary keyed on task name
Assembly
Cake.Graph.dll
Namespace
Cake.Graph.Generators
Containing Type
CakeTaskExtensions

Syntax

public static IDictionary<string, ICakeTaskInfo> ToDictionary(this IReadOnlyList<ICakeTaskInfo> tasks)

Parameters

Name Type Description
tasks IReadOnlyList<ICakeTaskInfo>

Return Value

Type Description
IDictionary<string, ICakeTaskInfo>