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 6369931
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T00:51:59+00:00 2026-05-25T00:51:59+00:00

Possible Duplicate: No type inference with generic extension method Consider two methods: public static

  • 0

Possible Duplicate:
No type inference with generic extension method

Consider two methods:

public static IEnumerable<V> Merge<V>
       (this IEnumerable<IEnumerable<V>> coll)

public static IEnumerable<V> Merge<T, V>
       (this IEnumerable<T> coll) 
              where T : IEnumerable<V>

Both compile just fine, in both cases the type of generic types will be known at compile time of caller, and thus the exact type of extended type.

You can call both fine, but only the first one as extension.

Why?

Update 1

To see it fail, use the second method and such example:

    var x = new List<List<int>>();
    var y = x.Merge();

Update — closing

Don’t you guys think the original post is WAY too elaborate to get the clear picture? For educational purposes I think this post shouldn’t be closed, even if technically (i.e. the answer) it is duplicate. Just my 2 cents.

  • 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-05-25T00:52:00+00:00Added an answer on May 25, 2026 at 12:52 am

    Method type inference does not take constraints into account when making inferences.

    This same question was asked yesterday. See my answer there for more details.

    No type inference with generic extension method

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

Sidebar

Related Questions

Possible Duplicate: Properties vs Methods In method you can type some code and in
Possible Duplicate: PHP detecting request type (GET, POST, PUT or DELETE) This should be
Possible Duplicate: Java - why no return type based method overloading? The compiler does
Possible Duplicate: Switch Case on type of object (C#) I have a method signature
Possible Duplicate: Type result with Ternary operator in C# I ran into this scenario,
Possible Duplicate: Get generic type of java.util.List I have a Map and I want
Possible Duplicate: How to determine the class of a generic type? I have a
Possible Duplicate: Generic methods and multiple constraints I need a generic function that has
Possible Duplicate: Determine if a type is static Duplicate of Determine if a type
Possible Duplicate: Adding enum type to a list I have an enum class: public

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.