This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.DeployParams.
Syntax
public static void Add<TParams>(this IDictionary<string, IList<Func<TParams, IDictionary<string, object>>>> dictionary, string name, string key, Func<TParams, object> parameters)
Type Parameters
Parameters
Name |
Type |
Description |
dictionary |
IDictionary<string, IList<Func<TParams, IDictionary<string, object>>>> |
|
name |
string |
|
key |
string |
|
parameters |
Func<TParams, object> |
|
Return Value