Add(IFormattable, Boolean) Method

Definition

Assembly CliInvoke.Core.dll

Appends a formattable value to the arguments spec.

public ArgumentsSpec Add(IFormattable value, bool escape)

Parameters

value
IFormattable

The formattable value to append.

escape
Boolean

Whether to escape the value before appending.

Returns

ArgumentsSpec
The current ArgumentsSpec instance.