封闭式构造 meaning in English
enclosed type construction
Examples
- An attribute can reference a closed constructed generic type
属性可以引用封闭式构造泛型类型: - Open constructed and closed constructed types can be used as method parameters
开放式构造类型和封闭式构造类型可以用作方法参数: - Generic classes can inherit from concrete , closed constructed , or open constructed base classes
泛型类可以从具体的、封闭式构造或开放式构造基类继承: - Client code can reference the class either by specifying a type argument , to create a closed constructed type
,客户端代码可以通过指定类型参数引用该类,以创建封闭式构造类型( - The following discussion assumes familiarity with the terminology of generics , such as the difference between type parameters and arguments and open or closed constructed types
下面的讨论假定已熟悉了泛型术语,如类型参数、类型变量以及开放式或封闭式构造类型之间的差异。