摘要:
大家看一个结构体定义: struct Book { public string author; public Book(string author) { this.author = author; } public string Author { get { return author; } set { author = value; } } }下面是初始化代码: static void Main... 阅读全文
posted @ 2009-12-06 23:15
周雪峰
阅读(1710)
评论(12)
推荐(1)
浙公网安备 33010602011771号