Subject | German | English |
comp., MS | generische Typdefinition | generic type definition (The definition of a generic type, in which type parameters act as placeholders for types that the user supplies when creating instances to use. These instances are not instances of the generic type definition, but of the constructed type formed by specifying type arguments) |
comp., MS | partielle Typdefinition | partial-type definition (The definition of a class across mulitple source files) |