Summary
Contains a collection of
NAnt.Core.Types.Pattern
elements.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Types - Interfaces
-
- IList
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IList"]
Type["PatternCollection"]
class Type type-node
Syntax
[Serializable()]
public class PatternCollection : IList
Attributes
Type | Description |
---|---|
Serializable |
Constructors
Name | Summary |
---|---|
PatternCollection |
Initializes a new instance of the NAnt.Core.Types.PatternCollection class.
|
Properties
Methods
Name | Value | Summary |
---|---|---|
Add |
int |
Adds a
NAnt.Core.Types.Pattern to the end of the collection.
|
AddRange |
void |
Adds the elements of a
NAnt.Core.Types.Pattern array to the end of the collection.
|
AddRange |
void |
Adds the elements of a
NAnt.Core.Types.PatternCollection to the end of the collection.
|
Clear |
void |
Removes all items from the
NAnt.Core.Types.PatternCollection .
|
Contains |
bool |
Determines whether a
NAnt.Core.Types.Pattern 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 |
PatternEnumerator |
Returns an enumerator that can iterate through the collection.
|
IndexOf |
int |
Retrieves the index of a specified
NAnt.Core.Types.Pattern object in the collection.
|
Insert |
void |
Inserts a
NAnt.Core.Types.Pattern into the collection at the specified index.
|
Remove |
void |
Removes a member from the collection.
|