您要查找的是不是:
- While this solution works, it requires a dynamic type check at run-time, which adds overhead. 当以上解决方案运行时,加在上面的代码要求进行一个运行时的动态类型检查。
- dynamic type checking 动态类型检验
- As a consequence type checking becomes undecidable. 作为结论类型检查成为不可判定性的。
- Adds a new field to the dynamic type. 向动态类型中添加新字段。
- At run time, no type check operation is performed. 运行时不执行类型检查操作。
- Doing so causes the compiler to perform argument type checking. 这样做会导致编译器执行参数类型检查。
- XML schema is used for type checking of typed XML. XML架构用于对类型化的XML进行类型检查。
- For more information, see Type Checking in Visual Basic. 有关更多信息,请参见Visual Basic中的类型检查。
- It also enforces dynamic type safety by doing runtime checks. 运行环境检查时,同样也是安全地执行动态类型。
- The dynamic type of an rvalue expression is its static type. 一个右值表达式的动态类型,就是它的静态类型。
- He would have liked stronger static type checking of template arguments. 他本来想要更强的模板参数的静态类型检验。
- The type check for ldelema is an exact match, which is too strong. ldelema的类型检查是完全匹配,条件太强了。
- Returns a value that indicates whether the current dynamic type has been created. 返回一个值,该值指示是否已创建当前动态类型。
- J/SQL promotes safety through compile-time type checking so your database doesn't crash. J/SQL通过编译时类型检查提高了安全性,因而数据库不会崩溃。
- Some programs need to directly interrogate the dynamic type of an object at run time. 一些程序需要在运行时直接询问对象的动态类型。
- The query-processing engine also uses the schema for type checking and to optimize queries and data modification. 查询处理引擎也使用该架构进行类型检查并优化查询和数据修改。
- ASP.NET AJAX also does some type checking in debug mode where it makes sense to help developers catch bugs earlier. ASP.;NET AJAX还会在调试模式下执行某些类型检查;这对开发人员更早捕获Bug很有帮助。
- Click to clear the Hide extensions for known file types check box. 单击以清除“隐藏已知文件类型的扩展名”复选框。
- The dynamic type of an object (as opposed to a reference or pointer) is always the same as the static type of the object. 对象的动态类型总是与静态类型相同,这一点与引用或指针相反。
- This is true whether the type checking switch (Option Strict Statement) is On or Off. 无论类型检查开关(Option Strict语句)是On还是Off都是如此。