NAnt SDK Documentation - v0.92

TarFileSetCollection.AddRange Method (TarFileSet[])

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

[Visual Basic]
Overloads Public Sub AddRange( _
   ByVal items As TarFileSet() _
)
[C#]
public void AddRange(
   TarFileSet[] items
);

Parameters

items
The array of TarFileSet elements to be added to the end of the collection.

See Also

TarFileSetCollection Class | NAnt.Compression.Types Namespace | TarFileSetCollection.AddRange Overload List