C# 클래스 GillSoft.XmlComparer.AttributeChangedEventArgs

상속: CompareEventArgs
파일 보기 프로젝트 열기: GillSoftLimited/GillSoft.XmlComparer

공개 메소드들

메소드 설명
AttributeChangedEventArgs ( string xPath, System.Xml.Linq.XAttribute leftAttribute, int leftLineNumber, System.Xml.Linq.XAttribute rightAttribute, int rightLineNumber ) : System

메소드 상세

AttributeChangedEventArgs() 공개 메소드

public AttributeChangedEventArgs ( string xPath, System.Xml.Linq.XAttribute leftAttribute, int leftLineNumber, System.Xml.Linq.XAttribute rightAttribute, int rightLineNumber ) : System
xPath string
leftAttribute System.Xml.Linq.XAttribute
leftLineNumber int
rightAttribute System.Xml.Linq.XAttribute
rightLineNumber int
리턴 System