C# Class Xamarin.ApiDiff.FieldComparer

Inheritance: MemberComparer
Mostrar archivo Open project: kumpera/mono Class Usage Examples

Public Methods

Method Description
BeforeAdding ( IEnumerable list ) : void
BeforeRemoving ( IEnumerable list ) : void
Equals ( System.Xml.Linq.XElement source, System.Xml.Linq.XElement target, ApiChanges changes ) : bool
GetDescription ( System.Xml.Linq.XElement e ) : string

Private Methods

Method Description
RenderFieldAttributes ( FieldAttributes source, FieldAttributes target, ApiChange change ) : void

Method Details

BeforeAdding() public method

public BeforeAdding ( IEnumerable list ) : void
list IEnumerable
return void

BeforeRemoving() public method

public BeforeRemoving ( IEnumerable list ) : void
list IEnumerable
return void

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

GetDescription() public method

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