NAnt SDK Documentation - v0.85-nightly-2005-11-09

DirSet Constructor

[This is preliminary documentation and subject to change.]

Initializes a new instance of the DirSet class.

Overload List

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);

See Also

DirSet Class | NAnt.Core.Types Namespace