Exemplo n.º 1
0
 public void Remove(CommandHandlerOption item)
 {
     if (this.BaseIndexOf(item) >= 0)
     {
         this.BaseRemove(item.Aggregate);
     }
 }
Exemplo n.º 2
0
 public void Add(CommandHandlerOption url)
 {
     this.BaseAdd(url);
 }
Exemplo n.º 3
0
 public int IndexOf(CommandHandlerOption item)
 {
     return(this.BaseIndexOf(item));
 }