示例#1
0
        static public Expression Create(ResolveContext ec, MethodGroupExpr mge,
                                        TypeSpec target_type, Location loc)
        {
            ImplicitDelegateCreation d = new ImplicitDelegateCreation(target_type, mge, loc);

            return(d.DoResolve(ec));
        }
		static public Expression Create (ResolveContext ec, MethodGroupExpr mge,
						 TypeSpec target_type, Location loc)
		{
			ImplicitDelegateCreation d = new ImplicitDelegateCreation (target_type, mge, loc);
			return d.DoResolve (ec);
		}