C# Class Palmmedia.OpenCoverToCoberturaConverter.Extensions

Datei anzeigen Open project: danielpalme/OpenCoverToCoberturaConverter

Public Methods

Method Description
HasAttributeWithValue ( this element, System.Xml.Linq.XName attributeName, string attributeValue ) : bool

Determines whether a XElement has an XAttribute with the given value..

Method Details

HasAttributeWithValue() public static method

Determines whether a XElement has an XAttribute with the given value..
public static HasAttributeWithValue ( this element, System.Xml.Linq.XName attributeName, string attributeValue ) : bool
element this The .
attributeName System.Xml.Linq.XName The name of the attribute.
attributeValue string The attribute value.
return bool