Exemplo n.º 1
0
 /// <summary>
 /// Delegates to <see cref="Primary"/> then <see cref="Secondary"/> generator.
 /// </summary>
 public void AttributeDashMatch(NamespacePrefix prefix, string name, string value)
 {
     Primary.AttributeDashMatch(prefix, name, value);
     Secondary.AttributeDashMatch(prefix, name, value);
 }