C# Class GillSoft.XmlComparer.AttributeChangedEventArgs

Inheritance: CompareEventArgs
Afficher le fichier Open project: GillSoftLimited/GillSoft.XmlComparer

Méthodes publiques

Méthode Description
AttributeChangedEventArgs ( string xPath, System.Xml.Linq.XAttribute leftAttribute, int leftLineNumber, System.Xml.Linq.XAttribute rightAttribute, int rightLineNumber ) : System

Method Details

AttributeChangedEventArgs() public méthode

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
Résultat System