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

DirSet Constructor (FileSet)

[This is preliminary documentation and subject to change.]

Copy constructor for FileSet. Required in order to assign references of FileSet type where DirSet is used.

[Visual Basic]
Overloads Public Sub New( _
   ByVal fs As FileSet _
)
[C#]
public DirSet(
   FileSet fs
);

Parameters

fs
A FileSet instance to create a DirSet from.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Types.DirSet.#ctor(NAnt.Core.Types.FileSet)

See Also

DirSet Class | NAnt.Core.Types Namespace | DirSet Constructor Overload List