For static generic methods,the type parameter section must appear before the method’s return type.
对于非静态通用方法不是这样吗?如果不是什么是非静态泛型方法语法?提前致谢.
非静态方法也可以使用封闭类的泛型类型参数,如下所示.这些不被视为通用方法;一个generic method is one that declares type parameters.