redeclare
基本解释
- n.重新声明
- 重新定义.
英汉例句
- Use this to redeclare and hide a programming element in a base class.
使用此项来重新声明和隐藏基类中的编程元素。 - Do not redeclare the parameter names in the local declarations section of the procedure or function body.
在过程或函数主体的局部声明中不要对参数名进行再声明(事实上编译器也不允许这样)。 - When you redeclare a property, you specify only the property name, not the type and other information described in “Defining properties.
当重声明属性时,你只需指定属性名称,而不需要指定类型和其他在“定义属性”中描述的信息。 - For example, if an ancestor class declares a property as protected, a derived class can redeclare it in a public or published section of the class.
例如,如果一个祖先类声明了一个保护属性,那么派生类可以在公共或公布部分对其进行再声明。 - Do not try to redeclare it.
不要试图对其再声明。