NDepend.API Documentation
StringFilter Constructor
NDepend.Helpers Namespace > StringFilter Class : StringFilter Constructor
The filter string that can contain positive and negative filters, separated by space characters
Decide if the filters are applied case-sensitive or case-insensitive
Build an instance of StringFilter
Syntax
public StringFilter( 
   string filters,
   IgnoreCase ignoreCase
)

Parameters

filters
The filter string that can contain positive and negative filters, separated by space characters
ignoreCase
Decide if the filters are applied case-sensitive or case-insensitive
Remarks
Zero, one or several positive or negative filters can be provided.
Filter(s) are space separated.
Negative filter(s) are prefixed with the minus '-' character can be used to filter out.
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

StringFilter Class
StringFilter Members
Filters Property