BaseBoolSwitch.

BaseBoolSwitch(string, bool) Constructor

Summary

Initializes a new instance of the BaseBoolSwitch class.
Assembly
Cake.7zip.dll
Namespace
Cake.SevenZip.Switches
Containing Type
BaseBoolSwitch

Syntax

protected BaseBoolSwitch(string switch, bool value)

Parameters

Name Type Description
switch string The switch. (e.g "sni" or "sns").
value bool The value.

Return Value

Type Description
void