Ejemplo n.º 1
0
 /// <summary>
 /// Adds the given attribute to this provider.
 /// </summary>
 protected void Add(Attribute attribute)
 {
     attributes.Add(attribute);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Adds the given attribute to this provider.
 /// </summary>
 void IModifiableAttributeProvider.Add(Attribute attribute)
 {
     Add(attribute);
 }