Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9117719
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T04:57:46+00:00 2026-06-17T04:57:46+00:00

Why does expr1 compile but not expr2? Func<object> func = () => new object();

  • 0

Why does expr1 compile but not expr2?

Func<object> func = () => new object();
Expression<Func<object>> expr1 = () => new object();
Expression<Func<object>> expr2 = func; //Cannot implicitly convert type 'System.Func<object>' to 'System.Linq.Expressions.Expression<System.Func<object>>'
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T04:57:47+00:00Added an answer on June 17, 2026 at 4:57 am

    A Func<T> is a delegate (a pointer to a function), while an Expression<Func<T>> is an expression tree (a tree-like data structure that describes an operation). It follows that you cannot assign one to the other, as they are completely dissimilar.

    When you assign a lambda function directly to a Func<T> the compiler compiles the code for your function and assigns a pointer to the compiled code to e.g. func.

    On the other hand, when you assign a lambda function directly to an Expression<Func<T>> the compiler builds up the expression tree (which is simply an instance of a reference type) and assigns a reference to that object to e.g. expr1. This is just a convenience that the compiler provides to you, giving you a much more attractive option than manually constructing the expression tree yourself in code (which of course is also completely possible).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Description I have a expression to point on a property of my type. But
I have another SQL/access 2007 question that seems really basic but I'm not sure
SELECT Trade.TradeId, Trade.Type, Trade.Symbol, Trade.TradeDate, SUM(TradeLine.Notional) / 1000 AS Expr1 FROM Trade INNER JOIN
Why does PEP-343 use type() in this situation here? mgr = (EXPR) exit =
For some reason the following regex which does work in .NET is not working
I'm very new at OCaml but worked all the past two days in order
I am aware that by default Java does not have the so-called eval (what
I am not very familiar with SQL Server but I know the basics. I
I have an Expr object in C#, which represents Wolfram Mathematica 's type -
Does anyone know if there is a way to generate different code in the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.