generic instantiation
常见例句
- The previous example covered the concepts of generic declaration and instantiation.
上一个例子包括了通用类型的申明及实例化。 - Instantiation of a generic type or calls to existing generic methods can be added, deleted, or changed.
可以添加、删除或更改泛型类型的实例化或对现有泛型方法的调用。 - Throw an exception whenever a run-time instantiation of the generic class does not include a needed constructor.
只要泛型类的运行时实例化没有包括所需的构造函数,就抛出异常。 返回 generic instantiation