Summary
Gets the collection of excluded file names that match the fileset.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Types - Containing Type
- FileSet
Syntax
public StringCollection ExcludedFileNames { get; }
Value
| Type | Description |
|---|---|
| StringCollection |
A collection that contains the excluded file names that match the
NAnt.Core.Types.FileSet.
|
