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

TarFileSetCollection.AddRange Method (TarFileSet[])

[This is preliminary documentation and subject to change.]

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.

Remarks

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

See Also

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