Type . in addition to classes , you can also define and use generic structures , interfaces , procedures , and delegates 除了类之外,您还可以定义和使用泛型结构、接口、过程和委托。
A procedure is not generic simply by virtue of being defined inside a generic class or a generic structure 一个过程之所以成为泛型过程,并不是简单地由于在泛型类或泛型结构中进行定义。
Generic structure provides a way to delimit a range of elements within a one - dimensional , zero - based array of any type 泛型结构提供了一种方式来分隔任何类型的一维的、从零开始的数组内的某个范围的元素。
A generic class or structure can contain nongeneric procedures , and a nongeneric class , structure , or module can contain generic procedures 泛型类或泛型结构中可以包含非泛型过程;而非泛型类、结构或模块中也可以包含泛型过程。