if it is not implemented, the base class implementation is called, but it does nothing other than to return immediately.
如果不实现该方法,则将调用基类实现,但所做的只是立即返回。
using the code shown above, the editor opens with the actual class implementation of the element.
使用如上所示的代码,编辑器将打开元素的实际类实现。
in a derived class, be sure to call the base class implementation of this method so that registered delegates receive the event.
在派生类中,应确保调用此方法的基类实现,以使注册的委托收到该事件。
prefer overriding the base class implementation to attaching an event handler.
优先考虑重写基类的实现,而不是事件句柄。
the name of the consumer class implementation file, based by default on the name of the file or machine data source that you selected.
使用者类实现文件的名称,默认情况下基于选定的文件或计算机数据源的名称。
instead of accepting an icollaborator interface, it now accepts a concrete class implementation (the collaborator class).
它现在不接受icollaborator接口,而接受具体类实现(collaborator类)。
finally, the detailed idea and class implementation to backup and restore database as well as the application of stored procedure and cursor in restoring database are given.
详细给出了备份和还原的具体思路和类实现,存储过程和游标在还原中的应用。
the sequential and random templates are discussed in the super class implementation section.
在 超类执行部分中将会讨论sequential和random模板。
if you select the name of an existing file, when you click finish , the wizard prompts you to indicate whether the class implementation should be appended to the contents of the file.
如果您选取现有档案的名称,则当您按一下 [完成] 时,精灵会提示您是否要将类别实作附加至档案内容。
because we know where we are heading, it makes sense to separate the hero data from the class implementation from the start.
正因如此,一开始就应该把英雄数据隔离到一个类中来实现。