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.