DotCoverCoverageSettingsExtensions.

WithProcessFilter<T>(T, string) Method

Summary

Adds the filter.

Syntax

public static T WithProcessFilter<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 process filter.

Return Value

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