DirSet.

DirSet(FileSet) Constructor

Summary

Copy constructor for NAnt.Core.Types.FileSet. Required in order to assign references of NAnt.Core.Types.FileSet type where NAnt.Core.Types.DirSet is used.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
DirSet

Syntax

public DirSet(FileSet fs)

Parameters

Name Type Description
fs FileSet A NAnt.Core.Types.FileSet instance to create a NAnt.Core.Types.DirSet from.

Return Value

Type Description
void