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