Demonstrates using data sources that support sorting : data views , data view managers , and sorted arrays . checkedlistbox control 演示如何使用支持排序的数据源:数据视图、数据视图管理器和已排序数组。
Provides methods for creating , manipulating , searching , and sorting arrays , thereby serving as the base class for all arrays in the common language runtime 提供创建、操作、搜索和排序数组的方法,因而在公共语言运行库中用作所有数组的基类。
Class , which provides methods for creating , manipulating , searching , and sorting arrays , thereby serving as the base class for all arrays in the common language runtime 类的主要功能,该类提供一些方法,用于创建、处理、搜索数组并对数组进行排序,从而充当公共语言运行库中所有数组的基类。
A sorted array is an array data structure in which each element is sorted in numerical, alphabetical, or some other order, and placed at equally spaced addresses in computer memory. It is typically used in computer science to implement static lookup tables to hold multiple values which have the same data type.