Boo.Lang.Compiler.TypeSystem.ExternalCallableType.IsAssignableFrom C# (CSharp) Method

IsAssignableFrom() public method

public IsAssignableFrom ( IType other ) : bool
other IType
return bool
        public override bool IsAssignableFrom(IType other)
        {
            return _typeSystemServices.IsCallableTypeAssignableFrom(this, other);
        }