NAnt SDK Documentation - v0.92

FilterBuilderCollection.Item Property (String)

Gets the FilterBuilder for the specified task.

[Visual Basic]
Overloads Public Default ReadOnly Property Item( _
   ByVal filterName As String _
) As FilterBuilder
[C#]
public FilterBuilder this[
   string filterName
] {get;}

Parameters

filterName
The name of the filter for which the FilterBuilder should be located in the collection.

See Also

FilterBuilderCollection Class | NAnt.Core.Filters Namespace | FilterBuilderCollection.Item Overload List