Summary
Adds a nested set of patterns, or references a standalone patternset.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Types - Containing Type
- FileSet
Syntax
[BuildElement("patternset")]
public void AddPatternSet(PatternSet patternSet)
Attributes
| Type | Description |
|---|---|
| Build |
Indicates that the property should be treated as an XML element and further processing should be done. |
Parameters
| Name | Type | Description |
|---|---|---|
| patternSet | PatternSet |
Return Value
| Type | Description |
|---|---|
| void |
