NAnt SDK Documentation - v0.92

TarFileSetCollection.Add Method 

Adds a TarFileSet to the end of the collection.

[Visual Basic]
Public Function Add( _
   ByVal item As TarFileSet _
) As Integer
[C#]
public int Add(
   TarFileSet item
);

Parameters

item
The TarFileSet to be added to the end of the collection.

Return Value

The position into which the new element was inserted.

See Also

TarFileSetCollection Class | NAnt.Compression.Types Namespace