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

ZipFileSetCollection.AddRange Method

[This is preliminary documentation and subject to change.]

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

Overload List

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

public void AddRange(ZipFileSet[]);

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

public void AddRange(ZipFileSetCollection);

See Also

ZipFileSetCollection Class | NAnt.Compression.Types Namespace