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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T03:05:12+00:00 2026-05-17T03:05:12+00:00

As an exercise I’m trying to create a function that returns a generic list

  • 0

As an exercise I’m trying to create a function that returns a generic list from another generic list that’s passed to the function. The list passed in could be of either int or string, and I want to return a list of all members of the passed in list that have an even number of characters. The way I’m doing it isn’t correct and it doesn’t compile, but I want to know why. (I’m using an anonymous method which I know can be replaced with a Lambda expression, but I’d like to know first why it’s not working).

List<T> GetEvens(List<T> list)
{
    List<T> newList = 
        list.FindAll(delegate(T t)
        {return t.ToString().Length() % 2 == 0;});

    return newList;
}

I’m getting an error on lines 3 and 4 saying “The type or namespace name ‘T’ could not be found”. Why doesn’t the function recognise ‘T’? I know the function will work if I make it a specific return type such as string, but then I’d have to create a separate function for every type I wanted to use which doesn’t seem very efficient.

  • 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-17T03:05:12+00:00Added an answer on May 17, 2026 at 3:05 am

    Try List<T> GetEvens<T>( ... )

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

Sidebar

Related Questions

i created an exercise program that create a dynamic menu from json. and then,
As an exercise I wrote a short Haskell function that returns the first four
As an exercise, I'm trying to create a input stream manipulator that will suck
The exercise says: Create a Text class that contains a string object to hold
I was trying an exercise of deleting lines from a file not starting with
The Problem: Exercise 2-8 of The C Programming Language, Write a function rightrot(x,n) that
I have this small exercise that I am trying to finish, but I get
Exercise: Write a program that converts 27° from degrees Fahrenheit (F) to degrees Celsius
The exercise says Create a function with two parameters a and b which are
The exercise says Make a function with parameters two int arrays and k which

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.