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

IsAssignableFrom() public method

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