OpenCoverSettingsExtensions.

ExcludeByAttribute(OpenCoverSettings, string) Method

Summary

Exclude a class or method by filter that match attributes that have been applied.

Syntax

public static OpenCoverSettings ExcludeByAttribute(this OpenCoverSettings settings, string filter)

Parameters

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

Return Value

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