NAnt SDK Documentation - v0.92

FilterChain.FilterChainConfigurator Class

Configurator that initializes filters in the order in which they've been specified in the build file.

For a list of all members of this type, see FilterChain.FilterChainConfigurator Members.

System.Object
   NAnt.Core.Element.AttributeConfigurator
      NAnt.Core.Filters.FilterChain.FilterChainConfigurator

[Visual Basic]
Public Class FilterChain.FilterChainConfigurator
    Inherits AttributeConfigurator
[C#]
public class FilterChain.FilterChainConfigurator : AttributeConfigurator

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: NAnt.Core.Filters

Assembly: NAnt.Core (in NAnt.Core.dll)

See Also

FilterChain.FilterChainConfigurator Members | NAnt.Core.Filters Namespace