| 1. | Therefore type inference does not work with methods that have no parameters 因此,类型推断不适用于没有参数的方法。 |
| 2. | The same rules for type inference apply to static methods as well as instance methods 相同的类型推断规则也适用于静态方法以及实例方法。 |
| 3. | The compiler applies type inference logic to all generic methods that share the same name 编译器向共享相同名称的所有泛型方法应用类型推断逻辑。 |
| 4. | Type inference takes place at compile time before the compiler attempts to resolve any overloaded method signatures 类型推断在编译时、编译器尝试解析任何重载方法签名之前进行。 |
| 5. | In the overload resolution step , the compiler includes only those generic methods on which type inference succeeded 在重载解析步骤中,编译器仅包括类型推断取得成功的那些泛型方法。 |
| 6. | It introduces dynamic typing , while using inference and casts to operate properly in the statically - typed virtual machine 它引入了动态的类型定义,同时在静态类型定义的虚拟机中使用类型推断和数据类型转换来正确操作。 |
| 7. | The following tables show the inferred . net framework type for data types from microsoft sql server , ole db , and odbc . the typed accessor methods for the 以下三个表分别显示了从microsoft sql server 、 ole db和odbc中的数据类型推断出的 |
| 8. | I am careful to make this type inference optional , and i think it s probably dangerous to use it as a cornerstone of any processing tool chain 我谨慎地将这种类型推断设成可选的功能,认为如果将其作为所有处理工具链条的基础可能是危险的。 |
| 9. | Lambda expressions , an evolution of anonymous methods that provides improved type inference and conversions to both delegate types and expression trees Lambda表达式,匿名函数的一种进化,为代理类型和表达式树提供改良的类型推断结果和转换。 |