Boo.Lang.Compiler.Steps.ProcessMethodBodies.GetMostGenericType C# (CSharp) Метод

GetMostGenericType() приватный Метод

private GetMostGenericType ( Boo.Lang.Compiler.Ast.ExpressionCollection args ) : IType
args Boo.Lang.Compiler.Ast.ExpressionCollection
Результат IType
        IType GetMostGenericType(ExpressionCollection args)
        {
            return TypeSystemServices.GetMostGenericType(args);
        }

Same methods

ProcessMethodBodies::GetMostGenericType ( Boo.Lang.Compiler.Ast.BinaryExpression node ) : IType
ProcessMethodBodies::GetMostGenericType ( IType lhs, IType rhs ) : IType
ProcessMethodBodies