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

ResourceFileSet.Clone Method 

[This is preliminary documentation and subject to change.]

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

Remarks

Missing <remarks> documentation for M:NAnt.DotNet.Types.ResourceFileSet.Clone

See Also

ResourceFileSet Class | NAnt.DotNet.Types Namespace