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