参数约束 meaning in English
restriction on the parameters
Examples
- Generic type parameter constraint
泛型类型参数约束 - Objects that represent the constraints on the current generic type parameter
返回表示当前泛型类型参数约束的 - Gets the metadata associated with the generic parameter constraint represented by the specified constraint token
获取与指定的泛型参数约束标记关联的元数据。 - For example , i don ' t support ideas of direct language support for template argument constraints checking
比如我不支持对模板参数约束检查提供直接语言支持的想法。 - The following example shows a skeleton definition of a generic class with a constraint list on the type parameter
下面的示例演示带有类型参数约束列表的泛型类的主干定义。