摘要: 13.1数组的类型转换 13.2所有数组都隐式继承自System.Array 13.3所有数组都隐式实现IEnumerable,ICollection和Ilist 13.4数组的传递与返回 13.5创建下界非0的数组 public sealed class DynamicArrays { public static void Main() { //... 阅读全文
posted @ 2008-05-21 17:49 青羽 阅读(579) 评论(0) 推荐(0) 编辑
摘要: 12.1枚举类型 internal sealed class AboutEnum { static void Main(string[] args) { Console.WriteLine("---GetUnderlyingType方法---"); Console.WriteLine(Enum.GetUnd... 阅读全文
posted @ 2008-05-21 14:41 青羽 阅读(662) 评论(0) 推荐(0) 编辑
摘要: 11.1字符 11.2 System.String 类型 11.3高效率地动态构造一个字符串 11.4获取对象的字符串表示 阅读全文
posted @ 2008-05-21 11:46 青羽 阅读(457) 评论(0) 推荐(0) 编辑