Subject | English | Russian |
comp., MS | constructed generic type | сконструированный универсальный тип (A generic type whose generic type parameters have been specified. A constructed type or method can be an open generic type if some of its type arguments are type parameters of enclosing types or methods, or a closed generic type if all of its type arguments are real types. Rori) |
progr. | constructed generic type | сконструированный обобщённый тип (A constructed generic type is a type that has been constructed with specific types, like List< int >. — Сконструированный обобщённый тип – это тип, который был сконструирован с помощью конкретных типов, например List< int >. Alex_Odeychuk) |
comp., MS | constructed generic type | сконструированный универсальный тип (A generic type whose generic type parameters have been specified. A constructed type or method can be an open generic type if some of its type arguments are type parameters of enclosing types or methods, or a closed generic type if all of its type arguments are real types) |
progr. | generic type definitions and constructed types | определения обобщённых типов и конструируемые типы (ssn) |