NAnt SDK Documentation - v0.92

ResourceFileSet.Clone Method 

Creates a shallow copy of the ResourceFileSet.

[Visual Basic]
Overrides Public Function Clone() As Object _
    Implements ICloneable.Clone
[C#]
public override object Clone();

Return Value

A shallow copy of the ResourceFileSet.

Implements

ICloneable.Clone

See Also

ResourceFileSet Class | NAnt.DotNet.Types Namespace