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

ZipFileSetCollection.Add Method 

[This is preliminary documentation and subject to change.]

Adds a ZipFileSet to the end of the collection.

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

Parameters

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

Return Value

The position into which the new element was inserted.

Remarks

Missing <remarks> documentation for M:NAnt.Compression.Types.ZipFileSetCollection.Add(NAnt.Compression.Types.ZipFileSet)

See Also

ZipFileSetCollection Class | NAnt.Compression.Types Namespace