FileSet.

CopyTo(FileSet) Method

Summary

Copies all instance data of the NAnt.Core.Types.FileSet to a given NAnt.Core.Types.FileSet.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
FileSet

Syntax

protected void CopyTo(FileSet clone)

Parameters

Name Type Description
clone FileSet

Return Value

Type Description
void