| 1. | If the type parameter has a constructor constraint ; otherwise , 如果类型参数具有构造函数约束,则为 |
| 2. | Property in determining if the type parameter has a constructor constraint 属性确定类型参数是否具有构造函数约束。此示例摘自为 |
| 3. | Gets or sets a value indicating whether the type parameter has a constructor constraint 获取或设置一个值,该值指示类型参数是否具有构造函数约束。 |
| 4. | The constructor constraint ensures that the generic type has the ability to create objects of that type 此构造函数约束确保泛型类型能够创建该类型的对象。 |
| 5. | Discuss the symmetric solutions under restriction of norm - function using the singular value decomposition of matrix 利用矩阵奇异值分解讨论范函数约束下的对称解 |
| 6. | Clause to create a new object instance , or specifies a constructor constraint on a type parameter 子句可以创建一个新的对象实例,或者指定对某个类型参数的构造函数约束。 |
| 7. | Sets the variance characteristics and special constraints of the generic parameter , such as the parameterless constructor constraint 设置泛型参数的方差特征和特殊约束(例如,无参数构造函数约束) 。 |
| 8. | A constructor constraint indicates to the compiler that the type parameter exposes a default public constructor a public constructor with no parameters 构造函数约束向编译器指示:类型参数公开了一个默认公共构造函数(没有任何参数的公共构造函数) 。 |
| 9. | It is possible to create an instance of a type parameter using the new operator ; however , in order to do so the type parameter must be constrained by the constructor constraint , 子句还可以包括构造函数约束。可以使用new运算符创建类型参数的实例;但类型参数为此必须受构造函数约束 |
| 10. | In addition to interface and base class constraints , some special constraints are defined such as the parameterless constructor constraint , which requires that type arguments have a default constructor a public parameterless constructor 除了接口和基类约束外,还定义了一些特殊的约束,例如无参数构造函数约束,它要求类型变量具有一个默认的构造函数(公共无参数构造函数) 。 |