示例#1
0
 public int GetSonID(MSonNode son)
 {
     if (!(son is Son))
     {
         return(-1);
     }
     return(m_sonList.IndexOf((Son)son));
 }
示例#2
0
 public int GetSonID(MSonNode son)
 {
     throw new Exception("The method or operation is not implemented.");
 }
 public int GetSonID(MSonNode son)
 {
     throw new Exception("The method or operation is not implemented.");
 }
示例#4
0
 public virtual int GetSonID(MSonNode son)
 {
     throw new Exception("can't use this method");
 }
示例#5
0
 public bool Contains(MSonNode son)
 {
     return(GetSonID(son) >= 0);
 }
 public virtual int GetSonID(MSonNode son)
 {
     throw new Exception("can't use this method");
 }