ReportGeneratorSettings.

SourceDirectories Property

Summary

Gets or sets the directories which contain the corresponding source code. The source files are used if coverage report contains classes without path information.

Syntax

public ICollection<DirectoryPath> SourceDirectories { get; set; }

Value

Type Description
ICollection<DirectoryPath>