DotNetFormatSettings.

Exclude Property

Summary

Gets or sets a space-separated list of relative file or folder paths to exclude from formatting. The default is none.

Syntax

public ICollection<string> Exclude { get; set; }

Value

Type Description
ICollection<string>