C# Class NAnt.Core.Element.AttributeConfigurator.FileAttributeSetter

Inheritance: IAttributeSetter
Show file Open project: skolima/NAnt

Public Methods

Method Description
Set ( XmlNode attributeNode, Element parent, PropertyInfo property, string value ) : void

Method Details

Set() public method

public Set ( XmlNode attributeNode, Element parent, PropertyInfo property, string value ) : void
attributeNode System.Xml.XmlNode
parent Element
property System.Reflection.PropertyInfo
value string
return void