| 1. | Cast guarantees that the correct type is called 强制转换可保证调用正确的类型。 |
| 2. | Simple cast expressions work in the debugger 简单强制转换表达式在调试器中有效: |
| 3. | They must be explicitly converted using a cast 必须使用强制转换进行显式转换。 |
| 4. | The type of a cast may be a parameterized type 强制转换的类型可以是参数化类型。 |
| 5. | Omitting the cast results in compile - time error 省略此强制转换将导致编译时错误 |
| 6. | Describes how to perform conversions using casts 描述如何使用强制转换执行转换。 |
| 7. | You cannot use normal casts with this pointer 不能对该指针应用普通强制转换。 |
| 8. | Object this method creates , cast as an object 此方法创建的强制转换为某对象的 |
| 9. | Which you must then cast to the property type ,然后必须将其强制转换为属性类型。 |
| 10. | The program will not compile without the cast 如不强制转换则该程序不会进行编译。 |