C# Class Palmmedia.OpenCoverToCoberturaConverter.Extensions

Afficher le fichier Open project: danielpalme/OpenCoverToCoberturaConverter

Méthodes publiques

Méthode 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 méthode

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.
Résultat bool