Summary
Contains a strongly typed collection of
NAnt.DotNet.Types.ResourceFileSet objects.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Types - Base Types
-
- CollectionBase
graph BT
Type-->Base0["CollectionBase"]
Type["ResourceFileSetCollection"]
class Type type-node
Syntax
[Serializable]
public class ResourceFileSetCollection : CollectionBase
Attributes
| Type | Description |
|---|---|
| Serializable |
Constructors
| Name | Summary |
|---|---|
| Resource |
Initializes a new instance of the NAnt.DotNet.Types.ResourceFileSetCollection class.
|
| Resource |
Initializes a new instance of the NAnt.DotNet.Types.ResourceFileSetCollection class
with the specified array of NAnt.DotNet.Types.ResourceFileSet instances.
|
| Resource |
Initializes a new instance of the NAnt.DotNet.Types.ResourceFileSetCollection class
with the specified NAnt.DotNet.Types.ResourceFileSetCollection instance.
|
Properties
| Name | Value | Summary |
|---|---|---|
| this[int] | ResourceFileSet |
Gets or sets the element at the specified index.
|
Methods
| Name | Value | Summary |
|---|---|---|
| Add |
int |
Adds a
NAnt.DotNet.Types.ResourceFileSet to the end of the collection.
|
| AddRange |
void |
Adds the elements of a
NAnt.DotNet.Types.ResourceFileSet array to the end of the collection.
|
| AddRange |
void |
Adds the elements of a
NAnt.DotNet.Types.ResourceFileSetCollection to the end of the collection.
|
| Contains |
bool |
Determines whether a
NAnt.DotNet.Types.ResourceFileSet 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 |
Resource |
Returns an enumerator that can iterate through the collection.
|
| IndexOf |
int |
Retrieves the index of a specified
NAnt.DotNet.Types.ResourceFileSet object in the collection.
|
| Insert |
void |
Inserts a
NAnt.DotNet.Types.ResourceFileSet into the collection at the specified index.
|
| Remove |
void |
Removes a member from the collection.
|
