不能将非专用化的类模板用作基类列表中的模板参数。
An unspecialized class template cannot be used as a template argument in a base class list.
应删除接口成员的实现,或将接口添加到类的基类列表中。
You should either delete the implementation of the interface member or add the interface to the base-class list of the class.
将非专用化的模板类名用作基类列表中的模板参数是无效的。
It is invalid to use an unspecialized template class name as a template parameter in a base class list.
那么就是说派生程度较低的接口是否被声明在基类列表中是可选的了?
So it's optional whether the less-derived implemented interfaces are stated in the base type list?
当要将某个模板类型参数用作基类列表中的模板参数时,必须显式地将该模板类型参数添加到模板类名中。
You must explicitly add the template type parameters to the template class name when using it as a template parameter in a base class list.
请注意,现在,在类定义中,关键字参数被允许出现在基类列表之后 —通常来讲,即class Foo(*bases, **kwds):pass。
Notice that now in a class definition, keyword arguments are allowed after the list of base classes—generally speaking, class Foo(*bases, **kwds): pass.
当其余的.NET框架基于CLR 2.0版本之上不断演进与构建时,基类库团队却在缓慢地构建他们的期望列表。
While the rest of the .NET framework evolved and built upon the 2.0 version of the CLR, the base class library team has been slowly building their wish list.
从数据库获取了列表值之后,ListValuesLoader会在一个特定的列表值类中存储这些值,该类扩展自validvaluestable基类。
After getting list values from the database, the ListValuesLoader stores these values in a specific list values class which extends from base ValidValuesTable class.
接下来,看一下validvaluestable类,这是所有特定列表值类的基类(见清单6)。
Next, look at the ValidValuesTable class, the base class for all specific list values classes (Listing 6).
当基类型列表包含基类和接口时,基类必须是列表中的第一项。
When a base type list contains a base class and interfaces, the base class must come first in the list.
基类的完成列表仅包含接口和命名空间。
The completion list of base classes only contains interfaces and namespaces.
另外,列表包含对象属性的名称、类属性的名称、并且递归地列出它们基类的属性。
Otherwise, the list contains the object's attribute's names, the names of its class's attributes, and recursively of the attributes of its class's base classes.
例如,枚举不会出现在基类的完成列表中,因为枚举不能用于基类。
For example, enums do not appear in the completion list for base classes, because enums cannot be used for base classes.
为定义用于创建智能标记面板的项列表的类型提供基类。
Provides the base class for types that define a list of items used to create a smart tag panel.
为定义用于创建智能标记面板的项列表的类型提供基类。
Provides the base class for types that define a list of items used to create a smart tag panel.
应用推荐