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