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.
现在构造器可以正确的通过继承而得到一个子类。
When overridden in a derived class, gets the value of an attribute.
在衍生类别中覆写时,取得具有指定索引的属性值。
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.
当在派生类中重写时,将获取指定对象的哈希代码。
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.
当在衍生类别中覆写时,判断指定纪元中的指定日期是否为闰日。
A derived class can then fill in these operations and the same algorithm can sort completely different objects.
派生类能够填充这些操作和同样的规则,且同样的算法能够对不同对象完整地排序。
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.
在派生类中被重写时,测试消息或缓冲的消息是否满足筛选器的条件。
If they are redefined in a derived class, it is impossible for the derived class to call the base class implementation.
如果在派生类中重新定义成员,则派生类不能调用基类实现。
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.
获取在派生的类中重写时用于标识配置文件中此元素集合的名称。
When overridden in a derived class, calculates the number of bytes produced by encoding the characters in the specified string.
在衍生类别中覆写时,计算编码指定的字串字元所产生的位元组数目。
But you'll find that there are times when it's equally clear that you must add new functions to the interface of a derived class.
但是你也会发现有时候你很明显的必须去给衍生类增加新的方法。
应用推荐