public bool InheritsFrom(CoolType A, CoolType B)
 {
     return(A.IsIt(B));
 }
Пример #2
0
 public virtual bool EnsureParameter(int index, CoolType type)
 {
     return(type.IsIt(ParamsSignature[index]));
 }