EN generic type
LV vispārējs tips
RU универсальный тип
DE generischer Typ
FR type générique
Definīcija: A class, interface, or structure whose definition has placeholders, called generic type parameters, for one or more types that are used in its member definitions. A user specifies real types (generic type arguments) for the type parameters when creating an instance of a generic type.
Microsoft Terminology 2023. Entry from the Microsoft Language Portal.
© 2023 Microsoft Corporation. All rights reserved.