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 classes. public class B { public A a; public B()
The following servlet filter is getting called, but not able to give the correct
Hi I'm having problem with initialization in java, following code give me compile error
Let's assume we are designing a Stack class test-first (TDD): public class Stack<T> {
I've bound the DataContext of the following Window to the code behind to give
I've been following this tutorial: http://developer.android.com/resources/tutorials/views/hello-mapview.html but in onTap mContext is throwing a NullPointerException..
I have the following code I want to detect the screen off of the
i'm pretty confused over the following issue and would be grateful for some clarity.
First of all I'm sorry if you feel this question has been raised before,

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.