NAnt SDK Documentation - v0.85-nightly-2005-11-09

FilterChain.FilterChainConfigurator Constructor 

[This is preliminary documentation and subject to change.]

Missing <summary> documentation for M:NAnt.Core.Filters.FilterChain.FilterChainConfigurator.#ctor(NAnt.Core.Element,System.Xml.XmlNode,NAnt.Core.PropertyDictionary,NAnt.Core.FrameworkInfo)

[Visual Basic]
Public Sub New( _
   ByVal element As Element, _
   ByVal elementNode As XmlNode, _
   ByVal properties As PropertyDictionary, _
   ByVal targetFramework As FrameworkInfo _
)
[C#]
public FilterChain.FilterChainConfigurator(
   Element element,
   XmlNode elementNode,
   PropertyDictionary properties,
   FrameworkInfo targetFramework
);

Parameters

element
Missing <param> documentation for element
elementNode
Missing <param> documentation for elementNode
properties
Missing <param> documentation for properties
targetFramework
Missing <param> documentation for targetFramework

Remarks

Missing <remarks> documentation for M:NAnt.Core.Filters.FilterChain.FilterChainConfigurator.#ctor(NAnt.Core.Element,System.Xml.XmlNode,NAnt.Core.PropertyDictionary,NAnt.Core.FrameworkInfo)

See Also

FilterChain.FilterChainConfigurator Class | NAnt.Core.Filters Namespace