public void Remove(ViewLocationElement url) { if (BaseIndexOf(url) >= 0) { BaseRemove(url.Path); } }
public void Add(ViewLocationElement url) { BaseAdd(url); }
public int IndexOf(ViewLocationElement url) { return(BaseIndexOf(url)); }