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

Inheritance: IAttributeSetter
Afficher le fichier Open project: skolima/NAnt

Méthodes publiques

Méthode Description
Set ( XmlNode attributeNode, Element parent, PropertyInfo property, string value ) : void

Method Details

Set() public méthode

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