ZipFileSetCollection Class

Summary

Contains a collection of NAnt.Compression.Types.ZipFileSet elements.
Assembly
NAnt.Compression.dll
Namespace
NAnt.Compression.Types
Base Types
  • CollectionBase
graph BT Type-->Base0["CollectionBase"] Type["ZipFileSetCollection"] class Type type-node

Syntax

[Serializable()]
public class ZipFileSetCollection : CollectionBase

Attributes

Type Description
SerializableAttribute

Constructors

Name Summary
ZipFileSetCollection() Initializes a new instance of the NAnt.Compression.Types.ZipFileSetCollection class.
ZipFileSetCollection(ZipFileSet[]) Initializes a new instance of the NAnt.Compression.Types.ZipFileSetCollection class with the specified array of NAnt.Compression.Types.ZipFileSet instances.
ZipFileSetCollection(ZipFileSetCollection) Initializes a new instance of the NAnt.Compression.Types.ZipFileSetCollection class with the specified NAnt.Compression.Types.ZipFileSetCollection instance.

Properties

Name Value Summary
FileCount int
Get the total number of files that are represented by the filesets in this collection.
this[int] ZipFileSet
Gets or sets the element at the specified index.

Methods

Name Value Summary
Add(ZipFileSet) int
Adds a NAnt.Compression.Types.ZipFileSet to the end of the collection.
AddRange(ZipFileSet[]) void
Adds the elements of a NAnt.Compression.Types.ZipFileSet array to the end of the collection.
AddRange(ZipFileSetCollection) void
Adds the elements of a NAnt.Compression.Types.ZipFileSetCollection to the end of the collection.
Contains(ZipFileSet) bool
Determines whether a NAnt.Compression.Types.ZipFileSet is in the collection.
CopyTo(ZipFileSet[], int) void
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
GetEnumerator() ZipFileSetEnumerator
Returns an enumerator that can iterate through the collection.
IndexOf(ZipFileSet) int
Retrieves the index of a specified NAnt.Compression.Types.ZipFileSet object in the collection.
Insert(int, ZipFileSet) void
Inserts a NAnt.Compression.Types.ZipFileSet into the collection at the specified index.
Remove(ZipFileSet) void
Removes a member from the collection.