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

TarFileSetCollection.AddRange Method

[This is preliminary documentation and subject to change.]

Adds the elements of a TarFileSet array to the end of the collection.

Overload List

Adds the elements of a TarFileSet array to the end of the collection.

public void AddRange(TarFileSet[]);

Adds the elements of a TarFileSetCollection to the end of the collection.

public void AddRange(TarFileSetCollection);

See Also

TarFileSetCollection Class | NAnt.Compression.Types Namespace