日期:2014-05-17 浏览次数:20935 次
public class A
{
public string A_property1 { set; get; }
public string A_property2 { set; get; }
public B b1;
public B b2;
}
public class B
{
public string B_property1 { set; get; }
public string B_property2 { set; get; }
}