Rémi Forax Fri, 09 Dec 2011 14:56:39 -0800
Is there a reason why the diamond syntax can't be used with an array ?
List<?>[] list = new List<>[12]; Rémi