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

TarFileSetCollection.AddRange Method (TarFileSetCollection)

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.Compression.Types.TarFileSetCollection.AddRange(NAnt.Compression.Types.TarFileSetCollection)

See Also

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