Inheritance: QType
 public virtual bool IsCompatibleWithQInt(QInt type)
 {
     return false;
 }
Exemple #2
0
 public virtual bool IsCompatibleWithQInt(QInt type)
 {
     return(false);
 }
Exemple #3
0
 public override bool IsCompatibleWithQInt(QInt type)
 {
     return(true);
 }
 public override bool IsCompatibleWithQInt(QInt type)
 {
     return true;
 }