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 |
|---|---|
| Serializable |
Constructors
| Name | Summary |
|---|---|
| ZipFileSetCollection |
Initializes a new instance of the NAnt.Compression.Types.ZipFileSetCollection class.
|
| ZipFileSetCollection |
Initializes a new instance of the NAnt.Compression.Types.ZipFileSetCollection class
with the specified array of NAnt.Compression.Types.ZipFileSet instances.
|
| 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 |
int |
Adds a
NAnt.Compression.Types.ZipFileSet to the end of the collection.
|
| AddRange |
void |
Adds the elements of a
NAnt.Compression.Types.ZipFileSet array to the end of the collection.
|
| AddRange |
void |
Adds the elements of a
NAnt.Compression.Types.ZipFileSetCollection to the end of the collection.
|
| Contains |
bool |
Determines whether a
NAnt.Compression.Types.ZipFileSet is in the collection.
|
| CopyTo |
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 |
int |
Retrieves the index of a specified
NAnt.Compression.Types.ZipFileSet object in the collection.
|
| Insert |
void |
Inserts a
NAnt.Compression.Types.ZipFileSet into the collection at the specified index.
|
| Remove |
void |
Removes a member from the collection.
|
