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