public void Remove(BypassElement element) { if (element == null) { throw new ArgumentNullException("element"); } BaseRemove(element.Key); }
public void Remove(BypassElement element) { if (element == null) { throw new ArgumentNullException("element"); } base.BaseRemove(element.Key); }
public void Remove (BypassElement element) { BaseRemove (element); }
public int IndexOf (BypassElement element) { return BaseIndexOf (element); }
public void Add (BypassElement element) { BaseAdd (element); }
public void Remove(BypassElement element) { BaseRemove(element); }
public int IndexOf(BypassElement element) { return(BaseIndexOf(element)); }
public void Add(BypassElement element) { BaseAdd(element); }
public void Remove(BypassElement element) { }
public int IndexOf(BypassElement element) { return default(int); }
public void Add(BypassElement element) { }
public void Remove(BypassElement element) { throw new NotImplementedException(); }
public int IndexOf(BypassElement element) { throw new NotImplementedException(); }
public int IndexOf(BypassElement element) { return(default(int)); }