Compiler Error CS0305
Using the generic type 'generic type' requires 'number' type arguments
This error occurs when the expected number of type arguments was not found. To resolve C0305, use the required number of type arguments.
This error occurs when the expected number of type arguments was not found. To resolve C0305, use the required number of type arguments.