Hi,
I have a created class and this class i created property
see my code
public class Test
{
public Test2[] runCode
{
get;
set;
}
}
public class Test2
{
public string name
{
get;
set;
}
}
Open in new window
I need to know how to call this class and assigned to another class