Exemplo n.º 1
0
 public HasAttributeAttribute(string attributeName, string attributeValue, bool includeMatchingElements = true)
 {
     FilterBy = new HasAttribute(attributeName, attributeValue, includeMatchingElements);
 }
 public HasAttributeAttribute(string attributeName, string attributeValue, bool includeMatchingElements = true)
 {
     FilterBy = new HasAttribute(attributeName, attributeValue, includeMatchingElements);
 }