Summary
Gets the collection of directory names that were scanned for files.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Types - Containing Type
- FileSet
Syntax
public StringCollection ScannedDirectories { get; }
Value
Type | Description |
---|---|
StringCollection | A collection that contains the directory names that were scanned for files. |