parameterized types meaning in English
被参数化的型别
Examples
- C generics and c templates are both language features that provide support for parameterized types
C #泛型和c + +模板都是用于提供参数化类型支持的语言功能。 - Instantiates a new parameterized type object of the specified class without attempting to call a constructor method
分配新对象,但不尝试调用构造函数方法。 - Java 5 extended the java language type system to support parameterized types for classes , methods , and values
Java 5扩展了java语言类型系统以支持类、方法和值的参数化类型。 - At the syntax level , c generics are a simpler approach to parameterized types without the complexity of c templates
在语法层面上, c #泛型是实现参数化类型的更简单方法,不具有c + +模板的复杂性。 - Parameterized types provide important compile - time advantages by enforcing proper type usage and eliminating casts from source code
参数化的类型通过确保使用正确的类型及消除从源代码进行类型转换提供了重要的编译时好处。