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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T06:37:16+00:00 2026-06-17T06:37:16+00:00

I have one class as below: public class test { int i; string str;

  • 0

I have one class as below:

public class test
{    
     int i;

     string str;

     Socket s;

     DateTime dt;
}

and am creating object of this class as below

public void collection()
{

   test t1=new test{i=1,str="string1", s=soc1, dt=DateTime.Today() };

   test t2=new test{i=2,str="string2", s=soc2, dt=DateTime.Today() };

   test t3=new test{i=3,str="string3", s=soc3, dt=DateTime.Today() };

   ArraList a=new ArrayList();

   a.Add(t1);

   a.Add(t2);

   a.Add(t3);

}

and am adding all these objects(t1,t2,t3) into an array. Now, how can i get all socket members in object array using linq???

  • 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-17T06:37:17+00:00Added an answer on June 17, 2026 at 6:37 am

    I think you should cast your ArrayList to a collection of type ‘test’

    so

    a.Cast<test>.Select(t => t.s);
    

    Will give you the result.

    Or if you think your ArrayList might also contain other types of obejct, you can use

    a.OfType<test>.Select(t => t.s);
    

    Note: Make sure Socket is a publicly accessible property and depending on the framework you use, consider using a Generic collection

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

Sidebar

Related Questions

I have one class. Class First { private Second second; public First(int num, String
I have one of my class method like this shown below : public function
Say I have a class with three constructors, like the one below: public class
I have a class like the one below: class Foo { private: std::map<std::string, Bar*>
I have a class as below class A { public: A(int key) : m_key(key)
I can't figure out why I'm getting this error. I only have one class
I have a class definition that looks like this: public class SolrObj { [SolrUniqueKey(id)]
This is the problem, I have a class MainWindow that extends JFrame in one
I have one class called Global and two other activities. In each activity I
I'm making a program on the HUFFMAN ALGORITHM where I have one class of

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.