Ejemplo n.º 1
0
 public int IndexOf(ContainerElement url)
 {
     return BaseIndexOf(url);
 }
Ejemplo n.º 2
0
 public void Remove(ContainerElement url)
 {
     if (BaseIndexOf(url) >= 0)
         BaseRemove(url.Type);
 }
Ejemplo n.º 3
0
 public void Add(ContainerElement url)
 {
     BaseAdd(url);
 }