OpenCoverSettings.

ExcludedAttributeFilters Property

Summary

Gets attribute filters used to exclude classes or methods. This represents the -excludebyattribute option.

Syntax

public ISet<string> ExcludedAttributeFilters { get; }

Value

Type Description
ISet<string> The excluded attributes.