FilterChain.

Filters Property

Summary

The filters to apply.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Filters
Containing Type
FilterChain

Syntax

[BuildElementArray("filter", ElementType = typeof(Filter))]
public FilterCollection Filters { get; }

Attributes

Type Description
BuildElementArrayAttribute Indicates that property should be treated as a XML arrayList

Value

Type Description
FilterCollection