CleanupCodeSettingsExtensions.

RemoveExclude(CleanupCodeSettings, IEnumerable<string>) Method

Summary

Removes values from

relative path(s) that define the files to exclude during the cleanup.

Syntax

public static CleanupCodeSettings RemoveExclude(this CleanupCodeSettings toolSettings, IEnumerable<string> exclude)

Attributes

Type Description
PureAttribute

Parameters

Name Type Description
toolSettings CleanupCodeSettings
exclude IEnumerable<string>

Return Value

Type Description
CleanupCodeSettings