generic adj. 1.【生物学】属的,类的。 2.一般的,普通的 (opp. specific). 3.(商品)未注册的;不受商标注册保护的。 4.【语法】全称的,总称的。 a generic name 属名。 the generic singular [plural] 全称单数[复数]。 the generic person 全称人称〔one, you 等〕。 n. = a generic drug 未注册的药品(如 aspirin)。 n. -ness
Loosely typed services use generic parameter definitions that do not include an explanation of the message content in form of a schema 松散类型服务使用泛型参数定义,其中不以架构的形式包含消息内容的说明。
Gets an enumerator for an array of generic parameter constraints associated with the generic parameter represented by the specified token 获取一个指针,该指针指向与指定的泛型参数关联的泛型参数约束数组的枚举数。
The second option , when unchecked , will leave the " raw " nongeneric parameter in place , rather than infer the correct generic parameter type 当第二个选项未选中时,将保留“ raw ” (非泛型)参数,而不是推断出正确的泛型参数类型。
Methods are allowed to be overloaded only based on the number and types of their parameters , and in the case of generic methods , the number of their generic parameters 方法只能基于方法的参数数目和类型以及方法的泛型参数数目(如果有泛型方法)来重载。
Type represents a generic type defined in c , visual basic , or c , its nested types are all generic even if they have no generic parameters of their own 表示在c # 、 visual basic或c + +中定义的泛型类型,则其嵌套类型都是泛型,即使它们没有自己的泛型参数也是如此。
It is important to note that a method is not generic just because it belongs to a generic type , or even because it has formal parameters whose types are the generic parameters of the enclosing type 需要注意的是,并不是只要方法属于泛型类型,或者甚至是方法的形参的类型是封闭类型的泛型参数,就可以说方法是泛型方法。