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.Powershell.
Summary
Initializes a new instance of the
KeyValueArgument
class.
- Assembly
- Cake
.Powershell .dll - Namespace
- Cake
.Powershell - Containing Type
- KeyValueArgument
Syntax
public KeyValueArgument(string key, TextArgument value)
Parameters
Name | Type | Description |
---|---|---|
key | string | The key of the argument. |
value | TextArgument | The value of the argument. |
Return Value
Type | Description |
---|---|
void |