bool ICollection <IFrameBrowsingListNodeIndex> .Remove(IFrameBrowsingListNodeIndex item)
 {
     return(Remove((ILayoutBrowsingListNodeIndex)item));
 }
 bool ICollection <IFrameBrowsingListNodeIndex> .Contains(IFrameBrowsingListNodeIndex value)
 {
     return(Contains((ILayoutBrowsingListNodeIndex)value));
 }
 void IList <IFrameBrowsingListNodeIndex> .Insert(int index, IFrameBrowsingListNodeIndex item)
 {
     Insert(index, (ILayoutBrowsingListNodeIndex)item);
 }
 void ICollection <IFrameBrowsingListNodeIndex> .Add(IFrameBrowsingListNodeIndex item)
 {
     Add((ILayoutBrowsingListNodeIndex)item);
 }
 int IList <IFrameBrowsingListNodeIndex> .IndexOf(IFrameBrowsingListNodeIndex value)
 {
     return(IndexOf((ILayoutBrowsingListNodeIndex)value));
 }