ResourceFileSet.

ResourceFileSet(FileSet) Constructor

Summary

copy constructor for FileSet. Required in order to assign references of FileSet type where ResourceFileSet are used
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Types
Containing Type
ResourceFileSet

Syntax

public ResourceFileSet(FileSet fs)

Parameters

Name Type Description
fs FileSet

Return Value

Type Description
void