摘要:
[原]简述Field,Attribute,Property的区别 您要是关注我这个,说明您是行内人,那我就开门见山了,用代码来诠释吧 //Field protected string _Version; //Attribute [XmlElement("Version")] //Property public string Version { set { _Version = value... 阅读全文
posted @ 2008-03-10 14:19
自助者天助
阅读(430)
评论(0)
推荐(0)