コード例 #1
0
 public HasAttributeAttribute(string attributeName, string attributeValue, bool includeMatchingElements = true)
 {
     FilterBy = new HasAttribute(attributeName, attributeValue, includeMatchingElements);
 }
コード例 #2
0
 public HasAttributeAttribute(string attributeName, string attributeValue, bool includeMatchingElements = true)
 {
     FilterBy = new HasAttribute(attributeName, attributeValue, includeMatchingElements);
 }