NAnt SDK Documentation - v0.92

TarFileSetCollection.AddRange Method (TarFileSetCollection)

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

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

Parameters

items
The TarFileSetCollection to be added to the end of the collection.

See Also

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