PatternSet.

Append(PatternSet) Method

Summary

Adds a nested set of patterns, or references other standalone patternset.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
PatternSet

Syntax

[BuildElement("patternset")]
public void Append(PatternSet patternSet)

Attributes

Type Description
BuildElementAttribute Indicates that the property should be treated as an XML element and further processing should be done.

Parameters

Name Type Description
patternSet PatternSet The NAnt.Core.Types.PatternSet to add.

Return Value

Type Description
void