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

  • SEARCH
  • Home
  • 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 3310266
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T21:44:22+00:00 2026-05-17T21:44:22+00:00

Give the following class: public Person { public string Name {get; set;} public string

  • 0

Give the following class:

public Person
{
 public string Name {get; set;}
 public string Age {get; set; }
}

If I wanted to then Return a IList is there anyway to return the List will all the Functionality of an IList but with the setters removed? Possibly with an extension method to remove the setters. I would Imagine you would have to use reflection but is this the only way that this could be done? Would it be feasible from a speed/implementation point of view.

I was just wondering how this could be done, it is not an actual design. And I am aware of just returning an IEnumerable, or IEnumerable with a skip or yield that would solve for this problem.

Thanks

  • 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-17T21:44:23+00:00Added an answer on May 17, 2026 at 9:44 pm

    with the setters removed from the Person class? create

    IReadonlyPerson
    {
      string Name { get; }
      string Age { get; }
    }
    

    have Person implement it (it already does), then return a IList. if you are talking about the mutability of the IList look at @RPM1984’s answer.

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

Sidebar

Related Questions

i have this model on mvc: public class User { public string Name {
I have the following class: public class B { public void print() { }
Let's say I have the following class structure: class Car; class FooCar : public
I have the following classes. public class B { public A a; public B()
I'm looking for a way to programmatically recreate the following effect: Give an input
The following two queries each give the same result: SELECT column FROM table GROUP
The following SQL: SELECT notes + 'SomeText' FROM NotesTable a Give the error: The
Why does the following code NOT give an error, nor any type of a
What recommendations can you give for a system which must do the following: Load
Imagine I have the following: inFile = /adda/adas/sdas/hello.txt # that instruction give me hello.txt

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.