1 // Compiler options: -doc:xml-055.xml -warnaserror
3 namespace NAnt
.Core
.Filters
6 /// Represent a chain of NAnt filters that can be applied to a 'Task'.
9 /// <list type="bullet">
11 /// <description><see cref="NAnt.Core.Tasks.CopyTask"/></description>
15 public class FilterChain
23 namespace NAnt
.Core
.Tasks
26 /// Copies a file or set of files to a new file or directory.
28 public class CopyTask { }