C# 클래스 Palmmedia.OpenCoverToCoberturaConverter.Extensions

파일 보기 프로젝트 열기: danielpalme/OpenCoverToCoberturaConverter

공개 메소드들

메소드 설명
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