DirectoryScanner.

DirectoryScanner(bool) Constructor

Summary

Initializes a new instance of the NAnt.Core.DirectoryScanner specifying whether patterns are to be match case-sensitively.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
DirectoryScanner

Syntax

public DirectoryScanner(bool caseSensitive)

Parameters

Name Type Description
caseSensitive bool Specifies whether patterns are to be matched case-sensitively.

Return Value

Type Description
void