Boo.Lang.Compiler.Steps.ProcessMethodBodies.GetMostGenericType C# (CSharp) Method

GetMostGenericType() private method

private GetMostGenericType ( IType lhs, IType rhs ) : IType
lhs IType
rhs IType
return IType
        IType GetMostGenericType(IType lhs, IType rhs)
        {
            return TypeSystemServices.GetMostGenericType(lhs, rhs);
        }

Same methods

ProcessMethodBodies::GetMostGenericType ( Boo.Lang.Compiler.Ast.BinaryExpression node ) : IType
ProcessMethodBodies::GetMostGenericType ( Boo.Lang.Compiler.Ast.ExpressionCollection args ) : IType
ProcessMethodBodies