CleanupCodeSettingsExtensions.

SetInclude(CleanupCodeSettings, 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, params string[] include)

Attributes

Type Description
PureAttribute

Parameters

Name Type Description
toolSettings CleanupCodeSettings
include string[]

Return Value

Type Description
CleanupCodeSettings