Summary
Convert to a dictionary keyed on task name
- Namespace
- Cake
.Graph .Generators - Containing Type
- CakeTaskExtensions
Syntax
public static IDictionary<string, ICakeTaskInfo> ToDictionary(this IReadOnlyList<ICakeTaskInfo> tasks)
Parameters
| Name | Type | Description |
|---|---|---|
| tasks | IReadOnlyList |
Return Value
| Type | Description |
|---|---|
| IDictionary |