NAnt SDK Documentation - v0.92

FilterChain.InitializeXml Method 

Initializes all build attributes and child elements.

[Visual Basic]
Overrides Protected Sub InitializeXml( _
   ByVal elementNode As XmlNode, _
   ByVal properties As PropertyDictionary, _
   ByVal framework As FrameworkInfo _
)
[C#]
protected override void InitializeXml(
   XmlNode elementNode,
   PropertyDictionary properties,
   FrameworkInfo framework
);

Remarks

FilterChain needs to maintain the order in which the filters are specified in the build file.

See Also

FilterChain Class | NAnt.Core.Filters Namespace