AddEnumerable(IEnumerable, Boolean) Method

Definition

Assembly CliInvoke.Core.dll

Appends a collection of formattable values to the arguments spec.

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

Parameters

values
IEnumerable<IFormattable>

The collection of formattable values to append.

escape
Boolean

Whether to escape the values before appending.

Returns

ArgumentsSpec
The current ArgumentsSpec instance.