Summary
Gets file filters used to excluded classes or methods.
This represents the
-excludebyfile
option.
- Namespace
- Cake
.Common .Tools .OpenCover - Containing Type
- OpenCoverSettings
Syntax
public ISet<string> ExcludedFileFilters { get; }
Value
Type | Description |
---|---|
ISet |
The excluded file filters. |