BaseSwitchCollection<T>.

Add(T) Method

Summary

Adds the specified switch.
Assembly
Cake.7zip.dll
Namespace
Cake.SevenZip.Switches
Containing Type
BaseSwitchCollection<T>

Syntax

public void Add(T switch)

Parameters

Name Type Description
switch T The switch.

Return Value

Type Description
void