C# 클래스 NAnt.Core.Element.AttributeConfigurator.PathSetAttributeSetter

상속: IAttributeSetter
파일 보기 프로젝트 열기: skolima/NAnt

공개 메소드들

메소드 설명
Set ( XmlNode attributeNode, Element parent, PropertyInfo property, string value ) : void

메소드 상세

Set() 공개 메소드

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