Summary
Adds a
NAnt.Core.Types.Pattern
to the end of the collection.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Types - Containing Type
- PatternCollection
Syntax
public int Add(Pattern item)
Parameters
Name | Type | Description |
---|---|---|
item | Pattern | The NAnt.Core.Types.Pattern to be added to the end of the collection. |
Return Value
Type | Description |
---|---|
int | The position into which the new element was inserted. |