redeclaration
常见例句
- A redeclaration of a property that includes a type identifier hides the inherited property rather than overriding it.
包括了类型标识符的属性再声明将隐藏继承得到的属性,这优于属性覆盖。 - Type mismatch in redeclaration of xxx
xxx重定义的类型不匹配 - Redeclaration of property not allowed In OLE automation section
在ole自动区段中不允许属性重复说明 - the second declaration is treated as a redeclaration of the first.
第二个函数声明被视为第一个的重复声明。 - "xfile.c", line 1411.5: 1506-343 (S) Redeclaration of printfile differs from previo ...
和系统头文件中声明的冲突? - To specify a default value for a property, append the default directive to the property's declaration (or redeclaration), followed by the default value. For example,
给属性指定一默认值,需在属性声明(或重声明中)添加default指示词,后面添上默认值。例如 返回 redeclaration