类型推断 meaning in English
type inference
Examples
- Therefore type inference does not work with methods that have no parameters
因此,类型推断不适用于没有参数的方法。 - The same rules for type inference apply to static methods as well as instance methods
相同的类型推断规则也适用于静态方法以及实例方法。 - The compiler applies type inference logic to all generic methods that share the same name
编译器向共享相同名称的所有泛型方法应用类型推断逻辑。 - Type inference takes place at compile time before the compiler attempts to resolve any overloaded method signatures
类型推断在编译时、编译器尝试解析任何重载方法签名之前进行。 - In the overload resolution step , the compiler includes only those generic methods on which type inference succeeded
在重载解析步骤中,编译器仅包括类型推断取得成功的那些泛型方法。