ArrayArgument.

ArrayArgument(IEnumerable<IProcessArgument>) Constructor

Summary

Initializes a new instance of the ArrayArgument class.
Assembly
Cake.Powershell.dll
Namespace
Cake.Powershell
Containing Type
ArrayArgument

Syntax

public ArrayArgument(IEnumerable<IProcessArgument> arguments)

Parameters

Name Type Description
arguments IEnumerable<IProcessArgument> The arguments that will be comma separated.

Return Value

Type Description
void