FilterBuilderCollection.

this[string] Property

Summary

Gets the NAnt.Core.Filters.FilterBuilder for the specified task.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Filters
Containing Type
FilterBuilderCollection

Syntax

[System.Runtime.CompilerServices.IndexerName("Item")]
public FilterBuilder this[string filterName] { get; }

Attributes

Type Description
IndexerNameAttribute

Parameters

Name Type Description
filterName string

Value

Type Description
FilterBuilder