Esempio n. 1
0
 public virtual Classifier CommonSuperType(Classifier other)
 {
     return(TypeTable.CommonSuperType(this, other));
 }