As described in §20.6.4, type inference first occurs independently for each argument.
如§20.6.4所描述的那样, 类型推断首先发生在每个独立的参数中.
互联网
Type inference also allows your code to be more general.
类型推导可以让你的程序更加简练.
互联网
For more information, see Local Type Inference.
有关更多信息, 请参见局部类型推理.
互联网
The compiler applies type inference logic to all generic Methods: That share the same name.
编译器向共享相同名称的所有泛型方法应用类型推理逻辑.
互联网
Lambda expressions passed as arguments to the generic method participate in this type inference process.
Lambda表达式 传递参数到泛型函数,且参与这次类型推断的过程.
互联网
In type inference, the compiler infers the types of values based on the context.
在类型推断的情况下, 编译器会根据上下文推断值的类型.
互联网
The same rules for type inference apply to static methods and instance methods.
相同的类型推理规则也适用于静态方法和实例方法.
互联网