Ejemplo n.º 1
0
 public virtual void InsertAttribute(int index, UmlProperty attr)
 {
     _attributes.Insert(index, attr);
 }
Ejemplo n.º 2
0
 public virtual bool RemoveAttribute(UmlProperty attr)
 {
     return(_attributes.Remove(attr));
 }
Ejemplo n.º 3
0
 public virtual void AddAttribute(UmlProperty attr)
 {
     _attributes.Add(attr);
 }