Summary
Initializes a new instance of the NAnt.Core.Element.AttributeConfigurator
class for the given NAnt.Core.Element.AttributeConfigurator.Element
.
Syntax
public AttributeConfigurator(Element element, XmlNode elementNode, PropertyDictionary properties, FrameworkInfo targetFramework)
Parameters
Name |
Type |
Description |
element |
Element |
The NAnt.Core.Element.AttributeConfigurator.Element for which an NAnt.Core.Element.AttributeConfigurator should be created. |
elementNode |
XmlNode |
The NAnt.Core.Element.XmlNode to initialize the NAnt.Core.Element.AttributeConfigurator.Element with. |
properties |
PropertyDictionary |
The NAnt.Core.PropertyDictionary to use for property expansion. |
targetFramework |
FrameworkInfo |
The framework that the NAnt.Core.Element.AttributeConfigurator.Element should target. |
Return Value