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

FileSet.CopyTo Method

[This is preliminary documentation and subject to change.]

Copies all instance data of the FileSet to a given FileSet.

Overload List

Inherited from DataTypeBase.

protected void CopyTo(DataTypeBase);

Inherited from Element.

protected void CopyTo(Element);

Copies all instance data of the FileSet to a given FileSet.

protected void CopyTo(FileSet);

See Also

FileSet Class | NAnt.Core.Types Namespace