DotCoverCoverageSettingsExtensions.

WithFilter<T>(T, string) Method

Summary

Adds the filter.

Syntax

public static T WithFilter<T>(this T settings, string filter) where T : DotCoverCoverageSettings

Type Parameters

Name Description
T The settings type, derived from DotCoverCoverageSettings.

Parameters

Name Type Description
settings T The settings.
filter string The filter.

Return Value

Type Description
T The same DotCoverCoverageSettings instance so that multiple calls can be chained.