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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.