OpenCoverSettings.

ExcludedFileFilters Property

Summary

Gets file filters used to excluded classes or methods. This represents the -excludebyfile option.

Syntax

public ISet<string> ExcludedFileFilters { get; }

Value

Type Description
ISet<string> The excluded file filters.