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