CleanupCodeSettingsExtensions.

SetExclude(CleanupCodeSettings, string[]) Method

Summary

Sets to a new list

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

Syntax

public static CleanupCodeSettings SetExclude(this CleanupCodeSettings toolSettings, params string[] exclude)

Attributes

Type Description
PureAttribute

Parameters

Name Type Description
toolSettings CleanupCodeSettings
exclude string[]

Return Value

Type Description
CleanupCodeSettings