コード例 #1
0
 bool ICollection <IFrameBrowsingBlockNodeIndex> .Remove(IFrameBrowsingBlockNodeIndex item)
 {
     return(Remove((IFocusBrowsingBlockNodeIndex)item));
 }
コード例 #2
0
 bool ICollection <IFrameBrowsingBlockNodeIndex> .Contains(IFrameBrowsingBlockNodeIndex value)
 {
     return(Contains((IFocusBrowsingBlockNodeIndex)value));
 }
コード例 #3
0
 void IList <IFrameBrowsingBlockNodeIndex> .Insert(int index, IFrameBrowsingBlockNodeIndex item)
 {
     Insert(index, (IFocusBrowsingBlockNodeIndex)item);
 }
コード例 #4
0
 void ICollection <IFrameBrowsingBlockNodeIndex> .Add(IFrameBrowsingBlockNodeIndex item)
 {
     Add((IFocusBrowsingBlockNodeIndex)item);
 }
コード例 #5
0
 int IList <IFrameBrowsingBlockNodeIndex> .IndexOf(IFrameBrowsingBlockNodeIndex value)
 {
     return(IndexOf((IFocusBrowsingBlockNodeIndex)value));
 }