CleanupCodeSettingsExtensions.

SetInclude(CleanupCodeSettings, IEnumerable<string>) Method

Summary

Sets to a new list

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

Syntax

public static CleanupCodeSettings SetInclude(this CleanupCodeSettings toolSettings, IEnumerable<string> include)

Attributes

Type Description
PureAttribute

Parameters

Name Type Description
toolSettings CleanupCodeSettings
include IEnumerable<string>

Return Value

Type Description
CleanupCodeSettings