Exemplo n.º 1
0
 public EqualsOnlyAttributeValueList this[Rule rule]
 => this[null, rule, false];
Exemplo n.º 2
0
 public EqualsOnlyAttributeValueList this[string attr, Rule rule]
 => this[attr, rule, false];
Exemplo n.º 3
0
 public EqualsOnlyAttributeValueList this[Rule rule, bool isDn]
 => this[null, rule, isDn];
Exemplo n.º 4
0
 public EqualsOnlyAttributeValueList this[string attr, Rule rule, bool isDn]
 => this.Attributes.ContainsKey(attr) ? this.Attributes[attr] : null;