예제 #1
0
파일: CFlatType.cs 프로젝트: goric/cflat
 public virtual bool IsSupertype(TypeString checkType)
 {
     return(false);
 }
 public virtual bool IsSupertype(TypeString checkType)
 {
     return false;
 }
예제 #3
0
 public override bool IsSupertype(TypeString checkType)
 {
     return(true);
 }
예제 #4
0
 public override bool IsSupertype(TypeString checkType)
 {
     return true;
 }