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

IsAssignableFrom() public method

public IsAssignableFrom ( IType other ) : bool
other IType
return bool
            public override bool IsAssignableFrom(IType other)
            {
                return false;
            }