It calls a method in a derived class.
它调用了它派生类中的方法。
A derived class inherits properties from a base class.
一个有源的基类中继承属性。
Create a derived class inherited from the predefined grammar class.
创建一个从预定义grammar类继承而来的派生类。
Now the constructor can be correctly inherited by a derived class.
现在构造器可以正确的通过继承而得到一个子类。
The key point is that a derived class can't just add preconditions.
关键的一点是派生的类不能只是添加的先决条件。
There is no automatic conversion from the base class to a derived class.
从基类到派生类的自动转换是不存在的。
When overridden in a derived class, another character might be returned.
当在派生类中重写后,可能会返回另一个字符。
How do I override a field in a base class with a property in a derived class?
我如何在派生类中重写基类的属性字段?
When overridden in a derived class, sets the encoder back to its initial state.
在派生类中重写时,将编码器设置回它的初始状态。
This prevents a derived class from making undesired access through an override.
这会让衍生类别无法透过覆写进行不良的存取。
When overridden in a derived class, gets the hash code for the specified object.
当在派生类中重写时,将获取指定对象的哈希代码。
Suppose you have a derived class D whose base class B has implemented some interfaces.
假设有个类型D,它的基类B实现了某些接口。
When overridden in a derived class, this value can take different units of measure.
当在派生类中重写时,该值可以采用不同的度量单位。
When overridden in a derived class, tests whether a message satisfies the filter criteria.
在派生类中被重写时,测试消息是否满足筛选器的条件。
When overridden in a derived class, returns a normalized copy of the object on which it is called.
当在派生类中重写时,返回在其上调用它的对象的正常化副本。
In that case, a derived class can change the interface behavior by overriding the virtual members.
这种情况下派生的类通过重写虚拟成员可以更改接口行为。
The question here… Why can't I write an implicit operator from a Base class to a Derived class in C#?
这里的问题……为什么我不能写一个隐式操作符从基类派生类在c#中?。
When overridden in a derived class, gets the value indicating whether this group is the default group.
在派生类中重写后,获取一个值,该值指示组是否是默认组。
When overridden in a derived class, tests whether a buffered message satisfies the criteria of a filter.
在派生类中被重写时,测试缓冲的消息是否满足筛选器的条件。
Version-safe modifiers help control the methods from a derived class that override methods in a base class.
版本安全修饰词可以控制衍生类别的方法,这些方法能够覆写基底类别的方法。
When overridden in a derived class, calculates the number of bytes produced by encoding a set of characters.
在衍生类别中覆写时,计算编码一组字元所产生的位元组数目。
When overridden in a derived class, determines whether the specified date in the specified era is a leap day.
当在衍生类别中覆写时,判断指定纪元中的指定日期是否为闰日。
When overridden in a derived class, decodes all the bytes in the specified byte array into a set of characters.
在衍生类别中覆写时,将指定位元组阵列中的位元组序列解码成一组字元。
For a derived class with a constructor that takes a base class pointer, how do I refer to the base class pointer?
派生类的构造函数基类指针,我怎么指向基类的指针?
If a class method is called for a derived class, the derived class object is passed as the implied first argument.
如一个类方法被派生类调用,派生类对象将被隐含的做为第一个参数传递。
When overridden in a derived class, publishes a service of the specified type, represented by the specified method.
在衍生类别中覆写时,发行指定之型别的服务(以指定的方法表示)。
The functionality of this method is unsupported in the base class and must be implemented in a derived class instead.
此方法的功能在基类中不受支持,而必须在派生类中实现。
When overridden in a derived class, tests whether a message or a buffered message satisfies the criteria of a filter.
在派生类中被重写时,测试消息或缓冲的消息是否满足筛选器的条件。
When overridden in a derived class, decodes a sequence of bytes from the specified byte array into a set of characters.
在衍生类别中覆写时,将指定位元组阵列中的位元组序列解码成指定的字元阵列。
Gets the name used to identify this collection of elements in the configuration file when overridden in a derived class.
获取在派生的类中重写时用于标识配置文件中此元素集合的名称。
应用推荐