Hello,
I'm getting an error when I try to create a method with the following signature:
public List<T> CreateList(DataSet dataset)
Error 1 The type or namespace name 'T' could not be found (are you missing a using directive or an assembly reference?)
Does anyone know what I'm doing wrong?
Thanks in advance!