Add(String, Boolean) Method

Definition

Assembly CliInvoke.Core.dll

Appends a string value to the arguments spec.

public ArgumentsSpec Add(string value, bool escape)

Parameters

value
String

The string value to append.

escape
Boolean

Whether to escape the value before appending.

Returns

ArgumentsSpec
The current ArgumentsSpec instance.