C# Class Xamarin.ApiDiff.PropertyComparer

Inheritance: MemberComparer
Datei anzeigen Open project: kumpera/mono Class Usage Examples

Public Methods

Method Description
Equals ( System.Xml.Linq.XElement source, System.Xml.Linq.XElement target, ApiChanges changes ) : bool
Find ( System.Xml.Linq.XElement e ) : bool
GetDescription ( System.Xml.Linq.XElement e ) : string

Private Methods

Method Description
GetAccessors ( System.Xml.Linq.XElement element, System.Xml.Linq.XElement &getter, System.Xml.Linq.XElement &setter ) : void
GetMethodAttributes ( System.Xml.Linq.XElement getter, System.Xml.Linq.XElement setter ) : MethodAttributes
GetProperties ( System.Xml.Linq.XElement e, bool &@virtual, bool &@override, bool &@static, bool &getter, bool &setter, bool &family ) : void
RenderAccessors ( System.Xml.Linq.XElement srcGetter, System.Xml.Linq.XElement tgtGetter, System.Xml.Linq.XElement srcSetter, System.Xml.Linq.XElement tgtSetter, ApiChange change ) : void
RenderPropertyType ( System.Xml.Linq.XElement source, System.Xml.Linq.XElement target, ApiChange change ) : void

Method Details

Equals() public method

public Equals ( System.Xml.Linq.XElement source, System.Xml.Linq.XElement target, ApiChanges changes ) : bool
source System.Xml.Linq.XElement
target System.Xml.Linq.XElement
changes ApiChanges
return bool

Find() public method

public Find ( System.Xml.Linq.XElement e ) : bool
e System.Xml.Linq.XElement
return bool

GetDescription() public method

public GetDescription ( System.Xml.Linq.XElement e ) : string
e System.Xml.Linq.XElement
return string