KeyValueArgument.

KeyValueArgument(string, TextArgument) Constructor

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