BaseCommand.

Switches Property

Summary

Gets all supported switches.
Assembly
Cake.7zip.dll
Namespace
Cake.SevenZip.Commands
Containing Type
BaseCommand

Syntax

protected abstract IEnumerable<ISwitch> Switches { get; }

Attributes

Type Description
NullableAttribute

Value

Type Description
IEnumerable<ISwitch> The switches.