2008年7月19日 ... 透過下面的例子說明, using System; namespace StructVSClass { //定義類別 class myRef {public int x;} //定義結構 struct myVal {public int x;}
nelsonliublog.blogspot.com