KeyValueArgument.

KeyValueArgument(string, TextArgument, string) 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, string format)

Parameters

Name Type Description
key string The key of the argument.
value TextArgument The argument value.
format string The format of argument.

Return Value

Type Description
void