A compiler can deduce type and non - type arguments from a call , provided the function argument list uniquely identifies the set of template arguments 如果根据函数实参表能够决定一组模板实参,那么编译器就能从一个调用中演绎出类型和非类型实参。
Are qualified by their assembly , version , and so on , even though the string representation of the generic type itself is not qualified by assembly 返回的字符串中的类型实参是使用它们的程序集、版本等来限定的尽管该泛型类型本身的字符串表示形式不是由程序集限定的。
Method calls look really simple in java source code : you just write the method name followed by a comma - delimited list of argument values , the latter surrounded by parentheses 在java源代码中,方法调用看起来非常简单:只要在方法名称后紧接着在括号里填入用逗号隔开的实参列表。