How to create a <T>T[] array ?
843793Apr 5 2005 — edited Jun 6 2005Greetings,
Not able to create a generics array. new <T>T[] raises compile error saying that ... I'm trying to create a generics array. I know, I'm doing it on the purpose. It must be possible to create a generics array but how ?
Many thanks in advance.
Nick