上QQ阅读APP看书,第一时间看更新
第7章 数组和元组
本章要点
● 简单数组
● 多维数组
● 锯齿数组
● Array类
● 作为参数的数组
● 枚举
● 元组
● 结构比较
本章源代码下载地址(wrox.com):
打开网页http://www.wrox.com/go/professionalcsharp6,单击Download Code选项卡即可下载本章源代码。本章代码分为以下几个主要的示例文件:
● SimpleArrays
● SortingSample
● ArraySegment
● YieldSample
● TuplesSample
● StructuralComparison