NAnt SDK Documentation - v0.92

TarFileSetCollection.AddRange Method

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