C# Класс Palmmedia.OpenCoverToCoberturaConverter.Extensions

Показать файл Открыть проект

Открытые методы

Метод Описание
HasAttributeWithValue ( this element, System.Xml.Linq.XName attributeName, string attributeValue ) : bool

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

Описание методов

HasAttributeWithValue() публичный статический Метод

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.
Результат bool