nested lists

  1. W

    Question How to console cards as integers by using a List of cards

    Hello Everyone! I'm new at C#, and Would extremely appreciate any guidance =) Stack at this assignment and have a big hope the community can guide me through the process or at least partially. While unfortunately there is no feedback on my course at all. I'm still trying to read the Microsoft...
  2. U

    Question How to populate a nested list of objects?

    I have a class as shown below: public class Par { public string id { get { return id; } set { id = value; } } public Int32 num { get { return num; } set { num = value; } } } Now I also created a class named "Msg" which has a nested list of Par objects public class Msg { private...
Back
Top Bottom