AddEnumerable(IEnumerable, Boolean) Method

Definition

Assembly CliInvoke.Core.dll

Appends a collection of string values to the arguments spec.

public ArgumentsSpec AddEnumerable(IEnumerable<string> values, bool escape)

Parameters

values
IEnumerable<String>

The collection of string values to append.

escape
Boolean

Whether to escape the values before appending.

Returns

ArgumentsSpec
The current ArgumentsSpec instance.