Closed GeorgeS2019 closed 3 months ago
Compiler Error CS0308 The non-generic type-or-method 'identifier' cannot be used with type arguments. ConcurrentLinkedQueue<Integer> list = new ConcurrentLinkedQueue<Integer>();
Compiler Error CS0308 The non-generic type-or-method 'identifier' cannot be used with type arguments.
ConcurrentLinkedQueue<Integer> list = new ConcurrentLinkedQueue<Integer>();
There are no generics.