Inheritance: QType
 public virtual bool IsCompatibleWithQInt(QInt type)
 {
     return false;
 }
Ejemplo n.º 2
0
 public virtual bool IsCompatibleWithQInt(QInt type)
 {
     return(false);
 }
Ejemplo n.º 3
0
 public override bool IsCompatibleWithQInt(QInt type)
 {
     return(true);
 }
Ejemplo n.º 4
0
 public override bool IsCompatibleWithQInt(QInt type)
 {
     return true;
 }