Initializes a new instance of the DirSet class.
Initializes a new instance of the DirSet class.
public DirSet();
Copy constructor for FileSet. Required in order to assign references of FileSet type where DirSet is used.
public DirSet(FileSet);
DirSet Class | NAnt.Core.Types Namespace