Exemple #1
0
 override public bool IsAssignableFrom(IType other)
 {
     return(_typeSystemServices.IsCallableTypeAssignableFrom(this, other));
 }