摘要: public class Mobile { public int Length { get; set; } public int Width { get; set; } } 阅读全文
posted @ 2008-07-24 17:31 许晓光 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 在.NET中,string数据类型很特别,它本身是引用类型,这是毫无疑问的.但是有时它表现出让人困惑的行为! Scenario1: C#代码1:结果是True Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 namespace Strin... 阅读全文
posted @ 2008-07-24 16:19 许晓光 阅读(183) 评论(0) 推荐(0) 编辑