English | Chinese |
parameterized type | 參數化型別 (A type whose definition has placeholders for actual types that the user specifies when creating and using instances of the type. C++ templates and common language runtime generics are examples of parameterized types) |