CleanupCodeSettingsExtensions.

AddInclude(CleanupCodeSettings, IEnumerable<string>) Method

Summary

Adds values to

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

Syntax

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

Attributes

Type Description
PureAttribute

Parameters

Name Type Description
toolSettings CleanupCodeSettings
include IEnumerable<string>

Return Value

Type Description
CleanupCodeSettings