예제 #1
0
파일: Pred.cs 프로젝트: nasa03/Jasonity
 public override bool DelAnnot(ITerm t)
 {
     if (annotations == null)
     {
         return(false);
     }
     else
     {
         return(annotations.Remove(t));
     }
 }