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

ResourceFileSet Constructor (FileSet)

[This is preliminary documentation and subject to change.]

copy constructor for FileSet. Required in order to assign references of FileSet type where ResourceFileSet are used

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

Parameters

fs
Missing <param> documentation for fs

Remarks

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

See Also

ResourceFileSet Class | NAnt.DotNet.Types Namespace | ResourceFileSet Constructor Overload List