class xx{
public static struct date
{
string mname;
string mpass;
}
class memory
{
public static date[] creatmemory()
{
date[] mymemory =new date[10];
return mymemory;
}
public static void writememory(date[] m,string na,string pa)
{
m.mname = na;
m.mpass = pa;
}
}
提示不包含定义,或using引用
jeck猫
相关分类