Element.AttributeConfigurator.

Element.

AttributeConfigurator(Element, XmlNode, PropertyDictionary, FrameworkInfo) Constructor

Summary

Initializes a new instance of the NAnt.Core.Element.AttributeConfigurator class for the given NAnt.Core.Element.AttributeConfigurator.Element.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
Element.AttributeConfigurator

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

Type Description
void