I am trying to pass a list of SQLParamaters to an object and Cimperiali was kind enough to give me the code I needed but it was in VB.Net. I am writting my code in C# and can not figure out what the C# version of List(Of SqlParameter)) would be. I used an online converted that told me it was List<SqlParameter> but that does not seem to be working as I get the error "The namespace name List could not be found"