Exemplo n.º 1
0
 public int IndexOf(ApiElement apiElement)
 {
     return BaseIndexOf(apiElement);
 }
Exemplo n.º 2
0
 public void Remove(ApiElement element)
 {
     if (BaseIndexOf(element) >= 0)
         BaseRemove(element.Name);
 }
Exemplo n.º 3
0
 public void Add(ApiElement apiElement)
 {
     BaseAdd(apiElement);
 }